#B7AB06

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

Shades of La Rioja #B7AB06

Tints of La Rioja #B7AB06

Color information

#B7AB06 (or 0xB7AB06) is unknown color: approx La Rioja. HEX triplet: B7, AB and 06. RGB value is (183,171,6). Sum of RGB (Red+Green+Blue) = 183+171+6=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB06 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7AB06 is #4854F9. Grayscale: #9C9C9C. Windows color (decimal): -4740346 or 437175. OLE color: 437175.

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

Color convert

RGB1831716-
CMYK00.070.970.28
HSL55.93º93.65%37.06%-
HSV(B)55.93º96.72%71.76%-
XYZ34.1239.215.94-
YUV155.7843.48147.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 6 (2.73% from 255) = 1.67%
R=50.83%
G=47.5%
B=1.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183171600.070.970.2855.9393.6537.06
HexB7AB607611C385e25
Octal267253607141347013645
Binary101101111010101111001111100001111001110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB06; }

 p { color: rgb(183,171,6); }

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

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

 a { background-color: rgb(183,171,6); }

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

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

 span { border-color: rgb(183,171,6); }

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