#BDAF0C

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

Shades of La Rioja #BDAF0C

Tints of La Rioja #BDAF0C

Color information

#BDAF0C (or 0xBDAF0C) is unknown color: approx La Rioja. HEX triplet: BD, AF and 0C. RGB value is (189,175,12). Sum of RGB (Red+Green+Blue) = 189+175+12=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF0C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF0C is #4250F3. Grayscale: #A1A1A1. Windows color (decimal): -4346100 or 831421. OLE color: 831421.

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

Color convert

RGB18917512-
CMYK00.070.940.26
HSL55.25º88.06%39.41%-
HSV(B)55.25º93.65%74.12%-
XYZ36.3841.516.44-
YUV160.644.14148.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.27%
GREEN value IS 175 (68.75% from 255) = 46.54%
BLUE value IS 12 (5.08% from 255) = 3.19%
R=50.27%
G=46.54%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.94
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891751200.070.940.2655.2588.0639.41
HexBDAFC075E1A375827
Octal2752571407136326713047
Binary1011110110101111110001111011110110101101111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF0C; }

 p { color: rgb(189,175,12); }

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

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

 a { background-color: rgb(189,175,12); }

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

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

 span { border-color: rgb(189,175,12); }

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