#B5BF0C

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

Shades of La Rioja #B5BF0C

Tints of La Rioja #B5BF0C

Color information

#B5BF0C (or 0xB5BF0C) is unknown color: approx La Rioja. HEX triplet: B5, BF and 0C. RGB value is (181,191,12). Sum of RGB (Red+Green+Blue) = 181+191+12=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 191 (75% from 255 or 49.74% from 384); Blue value is 12 (5.08% from 255 or 3.12% from 384); Max value from RGB is 191 - color contains mainly: green. Hex color #B5BF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5BF0C is #4A40F3. Grayscale: #A8A8A8. Windows color (decimal): -4866292 or 835509. OLE color: 835509.

HSL color Cylindrical-coordinate representation of color #B5BF0C: hue angle of 63.35º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5BF0C is Cyan = 0.05, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB18119112-
CMYK0.0500.940.25
HSL63.35º88.18%39.8%-
HSV(B)63.35º93.72%74.9%-
XYZ37.7547.117.45-
YUV167.640.19137.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 191 (75% from 255) = 49.74%
BLUE value IS 12 (5.08% from 255) = 3.12%
R=47.14%
G=49.74%
B=3.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181191120.0500.940.2563.3588.1839.8
HexB5BFC505E193f5828
Octal2652771450136317713050
Binary1011010110111111110010101011110110011111111011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BF0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BF0C; }

 p { color: rgb(181,191,12); }

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

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

 a { background-color: rgb(181,191,12); }

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

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

 span { border-color: rgb(181,191,12); }

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