#B6BE0E

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

Shades of La Rioja #B6BE0E

Tints of La Rioja #B6BE0E

Color information

#B6BE0E (or 0xB6BE0E) is unknown color: approx La Rioja. HEX triplet: B6, BE and 0E. RGB value is (182,190,14). Sum of RGB (Red+Green+Blue) = 182+190+14=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 190 (74.61% from 255 or 49.22% from 386); Blue value is 14 (5.86% from 255 or 3.63% from 386); Max value from RGB is 190 - color contains mainly: green. Hex color #B6BE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6BE0E is #4941F1. Grayscale: #A8A8A8. Windows color (decimal): -4801010 or 966326. OLE color: 966326.

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

Color convert

RGB18219014-
CMYK0.0400.930.25
HSL62.73º86.27%40%-
HSV(B)62.73º92.63%74.51%-
XYZ37.7846.87.46-
YUV167.5441.35138.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 190 (74.61% from 255) = 49.22%
BLUE value IS 14 (5.86% from 255) = 3.63%
R=47.15%
G=49.22%
B=3.63%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal182190140.0400.930.2562.7386.2740
HexB6BEE405D193f5628
Octal2662761640135317712650
Binary1011011010111110111010001011101110011111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6BE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6BE0E; }

 p { color: rgb(182,190,14); }

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

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

 a { background-color: rgb(182,190,14); }

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

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

 span { border-color: rgb(182,190,14); }

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