#B7B008

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

Shades of La Rioja #B7B008

Tints of La Rioja #B7B008

Color information

#B7B008 (or 0xB7B008) is unknown color: approx La Rioja. HEX triplet: B7, B0 and 08. RGB value is (183,176,8). Sum of RGB (Red+Green+Blue) = 183+176+8=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 176 (69.14% from 255 or 47.96% from 367); Blue value is 8 (3.52% from 255 or 2.18% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7B008 is #484FF7. Grayscale: #9F9F9F. Windows color (decimal): -4739064 or 569527. OLE color: 569527.

HSL color Cylindrical-coordinate representation of color #B7B008: hue angle of 57.6º 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 #B7B008 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1831768-
CMYK00.040.960.28
HSL57.6º91.62%37.45%-
HSV(B)57.6º95.63%71.76%-
XYZ35.141.146.32-
YUV158.9442.82145.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.86%
GREEN value IS 176 (69.14% from 255) = 47.96%
BLUE value IS 8 (3.52% from 255) = 2.18%
R=49.86%
G=47.96%
B=2.18%

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
Decimal183176800.040.960.2857.691.6237.45
HexB7B0804601C3a5c25
Octal2672601004140347213445
Binary1011011110110000100001001100000111001110101011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B008; }

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

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

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

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

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

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

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

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