#BDB60B

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

Shades of La Rioja #BDB60B

Tints of La Rioja #BDB60B

Color information

#BDB60B (or 0xBDB60B) is unknown color: approx La Rioja. HEX triplet: BD, B6 and 0B. RGB value is (189,182,11). Sum of RGB (Red+Green+Blue) = 189+182+11=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 182 (71.48% from 255 or 47.64% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB60B is #4249F4. Grayscale: #A5A5A5. Windows color (decimal): -4344309 or 767677. OLE color: 767677.

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

Color convert

RGB18918211-
CMYK00.040.940.26
HSL57.64º89%39.22%-
HSV(B)57.64º94.18%74.12%-
XYZ37.7744.36.88-
YUV164.641.32145.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.48%
GREEN value IS 182 (71.48% from 255) = 47.64%
BLUE value IS 11 (4.69% from 255) = 2.88%
R=49.48%
G=47.64%
B=2.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891821100.040.940.2657.648939.22
HexBDB6B045E1A3a5927
Octal2752661304136327213147
Binary1011110110110110101101001011110110101110101011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB60B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB60B; }

 p { color: rgb(189,182,11); }

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

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

 a { background-color: rgb(189,182,11); }

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

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

 span { border-color: rgb(189,182,11); }

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