#B7AF08

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

Shades of La Rioja #B7AF08

Tints of La Rioja #B7AF08

Color information

#B7AF08 (or 0xB7AF08) is unknown color: approx La Rioja. HEX triplet: B7, AF and 08. RGB value is (183,175,8). Sum of RGB (Red+Green+Blue) = 183+175+8=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 175 (68.75% from 255 or 47.81% from 366); Blue value is 8 (3.52% from 255 or 2.19% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AF08 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AF08 is #4850F7. Grayscale: #9F9F9F. Windows color (decimal): -4739320 or 569271. OLE color: 569271.

HSL color Cylindrical-coordinate representation of color #B7AF08: hue angle of 57.26º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7AF08 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1831758-
CMYK00.040.960.28
HSL57.26º91.62%37.45%-
HSV(B)57.26º95.63%71.76%-
XYZ34.940.746.25-
YUV158.3543.15145.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50%
GREEN value IS 175 (68.75% from 255) = 47.81%
BLUE value IS 8 (3.52% from 255) = 2.19%
R=50%
G=47.81%
B=2.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183175800.040.960.2857.2691.6237.45
HexB7AF804601C395c25
Octal2672571004140347113445
Binary1011011110101111100001001100000111001110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AF08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AF08; }

 p { color: rgb(183,175,8); }

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

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

 a { background-color: rgb(183,175,8); }

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

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

 span { border-color: rgb(183,175,8); }

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