#bdb700

Color #BDB700 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BDB700

Tints of La Rioja #BDB700

Color information

#BDB700 (or 0xBDB700) is unknown color: approx La Rioja. HEX triplet: BD, B7 and 00. RGB value is (189,183,0). Sum of RGB (Red+Green+Blue) = 189+183+0=372 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.81% from 372); Green value is 183 (71.88% from 255 or 49.19% from 372); Blue value is 0 (0.39% from 255 or 0% from 372); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB700 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB700 is #4248FF. Grayscale: #A4A4A4. Windows color (decimal): -4344064 or 47037. OLE color: 47037.

HSL color Cylindrical-coordinate representation of color #BDB700: hue angle of 58.1º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BDB700 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB1891830-
CMYK00.0310.26
HSL58.1º100%37.06%-
HSV(B)58.1º100%74.12%-
XYZ37.9244.696.63-
YUV163.9335.49145.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 50.81%
GREEN value IS 183 (71.88% from 255) = 49.19%
BLUE value IS 0 (0.39% from 255) = 0%
R=50.81%
G=49.19%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 1
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189183000.0310.2658.110037.06
HexBDB7003641A3a6425
Octal275267003144327214445
Binary101111011011011100111100100110101110101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bdb700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bdb700; }

 p { color: rgb(189,183,0); }

 H1.HeaderClassName
 {
   color: #bdb700;
 }
 .AnyTagClassName
 {
   color: #bdb700;
 }
</style>
background-color css

<style>
 a { background-color: #bdb700; }

 a { background-color: rgb(189,183,0); }

 div.DivClassName
 {
   background-color: #bdb700;
 }
 .BgClassName
 {
   background-color: #bdb700;
 }
</style>
border-color css

<style>
 span { border-color: #bdb700; }

 span { border-color: rgb(189,183,0); }

 td.TdClassName
 {
   border-color: #bdb700;
 }
 .TagClassName
 {
   border-color: #bdb700;
 }
</style>