#B5B212

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

Shades of La Rioja #B5B212

Tints of La Rioja #B5B212

Color information

#B5B212 (or 0xB5B212) is unknown color: approx La Rioja. HEX triplet: B5, B2 and 12. RGB value is (181,178,18). Sum of RGB (Red+Green+Blue) = 181+178+18=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B5B212 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5B212 is #4A4DED. Grayscale: #A1A1A1. Windows color (decimal): -4869614 or 1225397. OLE color: 1225397.

HSL color Cylindrical-coordinate representation of color #B5B212: hue angle of 58.9º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5B212 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18117818-
CMYK00.020.900.29
HSL58.9º81.91%39.02%-
HSV(B)58.9º90.06%70.98%-
XYZ35.0941.716.77-
YUV160.6647.49142.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 178 (69.92% from 255) = 47.21%
BLUE value IS 18 (7.42% from 255) = 4.77%
R=48.01%
G=47.21%
B=4.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811781800.020.900.2958.981.9139.02
HexB5B212025A1D3b5227
Octal2652622202132357312247
Binary1011010110110010100100101011010111011110111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B212; }

 p { color: rgb(181,178,18); }

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

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

 a { background-color: rgb(181,178,18); }

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

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

 span { border-color: rgb(181,178,18); }

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