#B4BD0E

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

Shades of La Rioja #B4BD0E

Tints of La Rioja #B4BD0E

Color information

#B4BD0E (or 0xB4BD0E) is unknown color: approx La Rioja. HEX triplet: B4, BD and 0E. RGB value is (180,189,14). Sum of RGB (Red+Green+Blue) = 180+189+14=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 189 (74.22% from 255 or 49.35% from 383); Blue value is 14 (5.86% from 255 or 3.66% from 383); Max value from RGB is 189 - color contains mainly: green. Hex color #B4BD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BD0E is #4B42F1. Grayscale: #A7A7A7. Windows color (decimal): -4932338 or 966068. OLE color: 966068.

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

Color convert

RGB18018914-
CMYK0.0500.930.26
HSL63.09º86.21%39.8%-
HSV(B)63.09º92.59%74.12%-
XYZ37.146.137.36-
YUV166.3642.02137.73-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.00%
GREEN value IS 189 (74.22% from 255) = 49.35%
BLUE value IS 14 (5.86% from 255) = 3.66%
R=47.00%
G=49.35%
B=3.66%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal180189140.0500.930.2663.0986.2139.8
HexB4BDE505D1A3f5628
Octal2642751650135327712650
Binary1011010010111101111010101011101110101111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BD0E; }

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

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

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

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

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

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

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

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