#B2AF0E

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

Shades of La Rioja #B2AF0E

Tints of La Rioja #B2AF0E

Color information

#B2AF0E (or 0xB2AF0E) is unknown color: approx La Rioja. HEX triplet: B2, AF and 0E. RGB value is (178,175,14). Sum of RGB (Red+Green+Blue) = 178+175+14=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AF0E is #4D50F1. Grayscale: #9E9E9E. Windows color (decimal): -5066994 or 962482. OLE color: 962482.

HSL color Cylindrical-coordinate representation of color #B2AF0E: hue angle of 58.9º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2AF0E is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB17817514-
CMYK00.020.920.30
HSL58.9º85.42%37.65%-
HSV(B)58.9º92.13%69.8%-
XYZ33.7740.166.39-
YUV157.5446.99142.59-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.50%
GREEN value IS 175 (68.75% from 255) = 47.68%
BLUE value IS 14 (5.86% from 255) = 3.81%
R=48.50%
G=47.68%
B=3.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781751400.020.920.3058.985.4237.65
HexB2AFE025C1E3b5526
Octal2622571602134367312546
Binary101100101010111111100101011100111101110111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2AF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2AF0E; }

 p { color: rgb(178,175,14); }

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

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

 a { background-color: rgb(178,175,14); }

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

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

 span { border-color: rgb(178,175,14); }

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