#B1A802

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

Shades of La Rioja #B1A802

Tints of La Rioja #B1A802

Color information

#B1A802 (or 0xB1A802) is unknown color: approx La Rioja. HEX triplet: B1, A8 and 02. RGB value is (177,168,2). Sum of RGB (Red+Green+Blue) = 177+168+2=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 2 (1.17% from 255 or 0.58% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B1A802 is #4E57FD. Grayscale: #989898. Windows color (decimal): -5134334 or 174257. OLE color: 174257.

HSL color Cylindrical-coordinate representation of color #B1A802: hue angle of 56.91º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1A802 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB1771682-
CMYK00.050.990.31
HSL56.91º97.77%35.1%-
HSV(B)56.91º98.87%69.41%-
XYZ32.1537.365.57-
YUV151.7743.48146-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 168 (66.02% from 255) = 48.41%
BLUE value IS 2 (1.17% from 255) = 0.58%
R=51.01%
G=48.41%
B=0.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177168200.050.990.3156.9197.7735.1
HexB1A8205631F396223
Octal261250205143377114243
Binary10110001101010001001011100011111111110011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A802; }

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

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

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

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

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

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

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

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