#B9AF06

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

Shades of La Rioja #B9AF06

Tints of La Rioja #B9AF06

Color information

#B9AF06 (or 0xB9AF06) is unknown color: approx La Rioja. HEX triplet: B9, AF and 06. RGB value is (185,175,6). Sum of RGB (Red+Green+Blue) = 185+175+6=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 6 (2.73% from 255 or 1.64% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AF06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AF06 is #4650F9. Grayscale: #9F9F9F. Windows color (decimal): -4608250 or 438201. OLE color: 438201.

HSL color Cylindrical-coordinate representation of color #B9AF06: hue angle of 56.65º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B9AF06 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB1851756-
CMYK00.050.970.27
HSL56.65º93.72%37.45%-
HSV(B)56.65º96.76%72.55%-
XYZ35.3740.996.22-
YUV158.7241.81146.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 175 (68.75% from 255) = 47.81%
BLUE value IS 6 (2.73% from 255) = 1.64%
R=50.55%
G=47.81%
B=1.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185175600.050.970.2756.6593.7237.45
HexB9AF605611B395e25
Octal271257605141337113645
Binary101110011010111111001011100001110111110011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AF06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AF06; }

 p { color: rgb(185,175,6); }

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

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

 a { background-color: rgb(185,175,6); }

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

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

 span { border-color: rgb(185,175,6); }

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