#BDAF0A

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

Shades of La Rioja #BDAF0A

Tints of La Rioja #BDAF0A

Color information

#BDAF0A (or 0xBDAF0A) is unknown color: approx La Rioja. HEX triplet: BD, AF and 0A. RGB value is (189,175,10). Sum of RGB (Red+Green+Blue) = 189+175+10=374 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.53% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 10 (4.30% from 255 or 2.67% from 374); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAF0A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BDAF0A is #4250F5. Grayscale: #A1A1A1. Windows color (decimal): -4346102 or 700349. OLE color: 700349.

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

Color convert

RGB18917510-
CMYK00.070.950.26
HSL55.31º89.95%39.02%-
HSV(B)55.31º94.71%74.12%-
XYZ36.3741.56.38-
YUV160.3843.14148.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 50.53%
GREEN value IS 175 (68.75% from 255) = 46.79%
BLUE value IS 10 (4.30% from 255) = 2.67%
R=50.53%
G=46.79%
B=2.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.95
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891751000.070.950.2655.3189.9539.02
HexBDAFA075F1A375a27
Octal2752571207137326713247
Binary1011110110101111101001111011111110101101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAF0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAF0A; }

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

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

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

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

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

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

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

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