#B7A802

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

Shades of La Rioja #B7A802

Tints of La Rioja #B7A802

Color information

#B7A802 (or 0xB7A802) is unknown color: approx La Rioja. HEX triplet: B7, A8 and 02. RGB value is (183,168,2). Sum of RGB (Red+Green+Blue) = 183+168+2=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B7A802 is #4857FD. Grayscale: #9A9A9A. Windows color (decimal): -4741118 or 174263. OLE color: 174263.

HSL color Cylindrical-coordinate representation of color #B7A802: hue angle of 55.03º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7A802 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.28.

Color convert

RGB1831682-
CMYK00.080.990.28
HSL55.03º97.84%36.27%-
HSV(B)55.03º98.91%71.76%-
XYZ33.5438.085.64-
YUV153.5642.47149-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 168 (66.02% from 255) = 47.59%
BLUE value IS 2 (1.17% from 255) = 0.57%
R=51.84%
G=47.59%
B=0.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183168200.080.990.2855.0397.8436.27
HexB7A8208631C376224
Octal2672502010143346714244
Binary101101111010100010010001100011111001101111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A802; }

 p { color: rgb(183,168,2); }

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

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

 a { background-color: rgb(183,168,2); }

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

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

 span { border-color: rgb(183,168,2); }

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