Html Css Color HEX #B9AA07 La Rioja

📋 copy color: '#B9AA07'

red 185 ◦ green 170 ◦ blue 7

#B9AA07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #B9AA07

Tints of La Rioja #B9AA07

RGB

 RED value IS 185 (72.66% from 255) = 51.1%

 GREEN value IS 170 (66.8% from 255) = 46.96%

 BLUE value IS 7 (3.13% from 255) = 1.93%

R = 51.1%
G = 46.96%
B = 1.93%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B9AA07 (or 0xB9AA07) is known color: La Rioja. HEX triplet: B9, AA and 07. RGB value is (185,170,7). Sum of RGB (Red+Green+Blue) = 185+170+7=362 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.10% from 362); Green value is 170 (66.80% from 255 or 46.96% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AA07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B9AA07 is #4655F8. Grayscale: #9C9C9C. Windows color (decimal): -4609529 or 502457. OLE color: 502457.

HSL color Cylindrical-coordinate representation of color #B9AA07: hue angle of 54.94º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B9AA07 is Cyan = 0, Magento = 0.08, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 170 7 -
CMYK 0 0.08 0.96 0.27
HSL 54.94º 0.93% 0.38% -
HSV(B) 54.94º 0.96% 0.73% -
XYZ 34.42 39.08 5.93 -
YUV 155.9 43.97 148.75 -
System Red Green Blue C M Y K H S L
Decimal 185 170 7 0 0.08 0.96 0.27 54.94 0.93 0.38
Hex B9 AA 7 0 8 60 1B 37 5D 26
Octal 271 252 7 0 10 140 33 67 135 46
Binary 10111001 10101010 111 0 1000 1100000 11011 110111 1011101 100110

Color Harmonies of #B9AA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AA07

Black with #B9AA07

Text Example


Text Example

White with #B9AA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AA07; }

 p { color: rgb(185,170,7); }

 H1.HeaderClassName
 {
   color: #B9AA07;
 }
 .AnyTagClassName
 {
   color: #B9AA07;
 }
</style>

background-color css

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

 a { background-color: rgb(185,170,7); }

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

border-color css

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

 span { border-color: rgb(185,170,7); }

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