#BDB006

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

Shades of La Rioja #BDB006

Tints of La Rioja #BDB006

Color information

#BDB006 (or 0xBDB006) is unknown color: approx La Rioja. HEX triplet: BD, B0 and 06. RGB value is (189,176,6). Sum of RGB (Red+Green+Blue) = 189+176+6=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB006 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDB006 is #424FF9. Grayscale: #A1A1A1. Windows color (decimal): -4345850 or 438461. OLE color: 438461.

HSL color Cylindrical-coordinate representation of color #BDB006: hue angle of 55.74º 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 #BDB006 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.26.

Color convert

RGB1891766-
CMYK00.070.970.26
HSL55.74º93.85%38.24%-
HSV(B)55.74º96.83%74.12%-
XYZ36.5441.886.33-
YUV160.5140.81148.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.94%
GREEN value IS 176 (69.14% from 255) = 47.44%
BLUE value IS 6 (2.73% from 255) = 1.62%
R=50.94%
G=47.44%
B=1.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189176600.070.970.2655.7493.8538.24
HexBDB0607611A385e26
Octal275260607141327013646
Binary101111011011000011001111100001110101110001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB006; }

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

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

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

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

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

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

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

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