#B4B609

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

Shades of La Rioja #B4B609

Tints of La Rioja #B4B609

Color information

#B4B609 (or 0xB4B609) is unknown color: approx La Rioja. HEX triplet: B4, B6 and 09. RGB value is (180,182,9). Sum of RGB (Red+Green+Blue) = 180+182+9=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 182 (71.48% from 255 or 49.06% from 371); Blue value is 9 (3.91% from 255 or 2.43% from 371); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B609 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B609 is #4B49F6. Grayscale: #A2A2A2. Windows color (decimal): -4934135 or 636596. OLE color: 636596.

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

Color convert

RGB1801829-
CMYK0.0100.950.29
HSL60.69º90.58%37.45%-
HSV(B)60.69º95.05%71.37%-
XYZ35.643.186.72-
YUV161.6841.84141.07-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 182 (71.48% from 255) = 49.06%
BLUE value IS 9 (3.91% from 255) = 2.43%
R=48.52%
G=49.06%
B=2.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18018290.0100.950.2960.6990.5837.45
HexB4B69105F1D3d5b25
Octal2642661110137357513345
Binary10110100101101101001101011111111011111011011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B609; }

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

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

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

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

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

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

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

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