#BDB206

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

Shades of La Rioja #BDB206

Tints of La Rioja #BDB206

Color information

#BDB206 (or 0xBDB206) is unknown color: approx La Rioja. HEX triplet: BD, B2 and 06. RGB value is (189,178,6). Sum of RGB (Red+Green+Blue) = 189+178+6=373 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.67% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 6 (2.73% from 255 or 1.61% from 373); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB206 is #424DF9. Grayscale: #A2A2A2. Windows color (decimal): -4345338 or 438973. OLE color: 438973.

HSL color Cylindrical-coordinate representation of color #BDB206: hue angle of 56.39º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BDB206 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1891786-
CMYK00.060.970.26
HSL56.39º93.85%38.24%-
HSV(B)56.39º96.83%74.12%-
XYZ36.9442.676.46-
YUV161.6840.14147.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.67%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 6 (2.73% from 255) = 1.61%
R=50.67%
G=47.72%
B=1.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189178600.060.970.2656.3993.8538.24
HexBDB2606611A385e26
Octal275262606141327013646
Binary101111011011001011001101100001110101110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB206; }

 p { color: rgb(189,178,6); }

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

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

 a { background-color: rgb(189,178,6); }

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

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

 span { border-color: rgb(189,178,6); }

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