Html Css Color HEX #B0AA07 La Rioja

📋 copy color: '#B0AA07'

red 176 ◦ green 170 ◦ blue 7

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

Shades of La Rioja #B0AA07

Tints of La Rioja #B0AA07

RGB

 RED value IS 176 (69.14% from 255) = 49.86%

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

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

R = 49.86%
G = 48.16%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.96

 K value IS 0.31

RGB Variations

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

Color information

#B0AA07 (or 0xB0AA07) is known color: La Rioja. HEX triplet: B0, AA and 07. RGB value is (176,170,7). Sum of RGB (Red+Green+Blue) = 176+170+7=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 170 (66.80% from 255 or 48.16% from 353); Blue value is 7 (3.12% from 255 or 1.98% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AA07 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AA07 is #4F55F8. Grayscale: #999999. Windows color (decimal): -5199353 or 502448. OLE color: 502448.

HSL color Cylindrical-coordinate representation of color #B0AA07: hue angle of 57.87º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0AA07 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 170 7 -
CMYK 0 0.03 0.96 0.31
HSL 57.87º 0.92% 0.36% -
HSV(B) 57.87º 0.96% 0.69% -
XYZ 32.32 37.99 5.83 -
YUV 153.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 176 170 7 0 0.03 0.96 0.31 57.87 0.92 0.36
Hex B0 AA 7 0 3 60 1F 3A 5C 24
Octal 260 252 7 0 3 140 37 72 134 44
Binary 10110000 10101010 111 0 11 1100000 11111 111010 1011100 100100

Color Harmonies of #B0AA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0AA07

Black with #B0AA07

Text Example


Text Example

White with #B0AA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0AA07; }

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

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

background-color css

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

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

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

border-color css

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

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

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