#B9AD06

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

Shades of La Rioja #B9AD06

Tints of La Rioja #B9AD06

Color information

#B9AD06 (or 0xB9AD06) is unknown color: approx La Rioja. HEX triplet: B9, AD and 06. RGB value is (185,173,6). Sum of RGB (Red+Green+Blue) = 185+173+6=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 6 (2.73% from 255 or 1.65% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AD06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AD06 is #4652F9. Grayscale: #9E9E9E. Windows color (decimal): -4608762 or 437689. OLE color: 437689.

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

Color convert

RGB1851736-
CMYK00.060.970.27
HSL55.98º93.72%37.45%-
HSV(B)55.98º96.76%72.55%-
XYZ34.9840.216.09-
YUV157.5542.48147.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 173 (67.97% from 255) = 47.53%
BLUE value IS 6 (2.73% from 255) = 1.65%
R=50.82%
G=47.53%
B=1.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185173600.060.970.2755.9893.7237.45
HexB9AD606611B385e25
Octal271255606141337013645
Binary101110011010110111001101100001110111110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AD06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AD06; }

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

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

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

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

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

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

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

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