#B4B808

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

Shades of La Rioja #B4B808

Tints of La Rioja #B4B808

Color information

#B4B808 (or 0xB4B808) is unknown color: approx La Rioja. HEX triplet: B4, B8 and 08. RGB value is (180,184,8). Sum of RGB (Red+Green+Blue) = 180+184+8=372 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.39% from 372); Green value is 184 (72.27% from 255 or 49.46% from 372); Blue value is 8 (3.52% from 255 or 2.15% from 372); Max value from RGB is 184 - color contains mainly: green. Hex color #B4B808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B808 is #4B47F7. Grayscale: #A3A3A3. Windows color (decimal): -4933624 or 571572. OLE color: 571572.

HSL color Cylindrical-coordinate representation of color #B4B808: hue angle of 61.36º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B4B808 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.

Color convert

RGB1801848-
CMYK0.0200.960.28
HSL61.36º91.67%37.65%-
HSV(B)61.36º95.65%72.16%-
XYZ36.01446.83-
YUV162.7440.67140.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.39%
GREEN value IS 184 (72.27% from 255) = 49.46%
BLUE value IS 8 (3.52% from 255) = 2.15%
R=48.39%
G=49.46%
B=2.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18018480.0200.960.2861.3691.6737.65
HexB4B8820601C3d5c26
Octal2642701020140347513446
Binary101101001011100010001001100000111001111011011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B808; }

 p { color: rgb(180,184,8); }

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

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

 a { background-color: rgb(180,184,8); }

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

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

 span { border-color: rgb(180,184,8); }

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