#B4BE0E

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

Shades of La Rioja #B4BE0E

Tints of La Rioja #B4BE0E

Color information

#B4BE0E (or 0xB4BE0E) is unknown color: approx La Rioja. HEX triplet: B4, BE and 0E. RGB value is (180,190,14). Sum of RGB (Red+Green+Blue) = 180+190+14=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 190 (74.61% from 255 or 49.48% from 384); Blue value is 14 (5.86% from 255 or 3.65% from 384); Max value from RGB is 190 - color contains mainly: green. Hex color #B4BE0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BE0E is #4B41F1. Grayscale: #A7A7A7. Windows color (decimal): -4932082 or 966324. OLE color: 966324.

HSL color Cylindrical-coordinate representation of color #B4BE0E: hue angle of 63.41º 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 #B4BE0E is Cyan = 0.05, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB18019014-
CMYK0.0500.930.25
HSL63.41º86.27%40%-
HSV(B)63.41º92.63%74.51%-
XYZ37.3246.567.44-
YUV166.9541.69137.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.88%
GREEN value IS 190 (74.61% from 255) = 49.48%
BLUE value IS 14 (5.86% from 255) = 3.65%
R=46.88%
G=49.48%
B=3.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal180190140.0500.930.2563.4186.2740
HexB4BEE505D193f5628
Octal2642761650135317712650
Binary1011010010111110111010101011101110011111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BE0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BE0E; }

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

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

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

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

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

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

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

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