#B9B812

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

Shades of La Rioja #B9B812

Tints of La Rioja #B9B812

Color information

#B9B812 (or 0xB9B812) is unknown color: approx La Rioja. HEX triplet: B9, B8 and 12. RGB value is (185,184,18). Sum of RGB (Red+Green+Blue) = 185+184+18=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 184 (72.27% from 255 or 47.55% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B812 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9B812 is #4647ED. Grayscale: #A6A6A6. Windows color (decimal): -4605934 or 1226937. OLE color: 1226937.

HSL color Cylindrical-coordinate representation of color #B9B812: hue angle of 59.64º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9B812 is Cyan = 0, Magento = 0.01, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18518418-
CMYK00.010.900.27
HSL59.64º82.27%39.8%-
HSV(B)59.64º90.27%72.55%-
XYZ37.2644.647.22-
YUV165.3744.83142-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.80%
GREEN value IS 184 (72.27% from 255) = 47.55%
BLUE value IS 18 (7.42% from 255) = 4.65%
R=47.80%
G=47.55%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851841800.010.900.2759.6482.2739.8
HexB9B812015A1B3c5228
Octal2712702201132337412250
Binary101110011011100010010011011010110111111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9B812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9B812; }

 p { color: rgb(185,184,18); }

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

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

 a { background-color: rgb(185,184,18); }

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

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

 span { border-color: rgb(185,184,18); }

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