#B4BA0D

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

Shades of La Rioja #B4BA0D

Tints of La Rioja #B4BA0D

Color information

#B4BA0D (or 0xB4BA0D) is unknown color: approx La Rioja. HEX triplet: B4, BA and 0D. RGB value is (180,186,13). Sum of RGB (Red+Green+Blue) = 180+186+13=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4BA0D is #4B45F2. Grayscale: #A5A5A5. Windows color (decimal): -4933107 or 899764. OLE color: 899764.

HSL color Cylindrical-coordinate representation of color #B4BA0D: hue angle of 62.08º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B4BA0D is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.27.

Color convert

RGB18018613-
CMYK0.0300.930.27
HSL62.08º86.93%39.02%-
HSV(B)62.08º93.01%72.94%-
XYZ36.4544.857.12-
YUV164.4842.51139.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 186 (73.05% from 255) = 49.08%
BLUE value IS 13 (5.47% from 255) = 3.43%
R=47.49%
G=49.08%
B=3.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal180186130.0300.930.2762.0886.9339.02
HexB4BAD305D1B3e5727
Octal2642721530135337612747
Binary101101001011101011011101011101110111111101010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4BA0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4BA0D; }

 p { color: rgb(180,186,13); }

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

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

 a { background-color: rgb(180,186,13); }

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

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

 span { border-color: rgb(180,186,13); }

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