#B4B60E

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

Shades of La Rioja #B4B60E

Tints of La Rioja #B4B60E

Color information

#B4B60E (or 0xB4B60E) is unknown color: approx La Rioja. HEX triplet: B4, B6 and 0E. RGB value is (180,182,14). Sum of RGB (Red+Green+Blue) = 180+182+14=376 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.87% from 376); Green value is 182 (71.48% from 255 or 48.40% from 376); Blue value is 14 (5.86% from 255 or 3.72% from 376); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B60E is #4B49F1. Grayscale: #A2A2A2. Windows color (decimal): -4934130 or 964276. OLE color: 964276.

HSL color Cylindrical-coordinate representation of color #B4B60E: hue angle of 60.71º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B4B60E is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.29.

Color convert

RGB18018214-
CMYK0.0100.920.29
HSL60.71º85.71%38.43%-
HSV(B)60.71º92.31%71.37%-
XYZ35.6343.196.87-
YUV162.2544.34140.66-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.87%
GREEN value IS 182 (71.48% from 255) = 48.40%
BLUE value IS 14 (5.86% from 255) = 3.72%
R=47.87%
G=48.40%
B=3.72%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182140.0100.920.2960.7185.7138.43
HexB4B6E105C1D3d5626
Octal2642661610134357512646
Binary10110100101101101110101011100111011111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B60E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B60E; }

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

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

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

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

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

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

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

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