#B4B612

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

Shades of La Rioja #B4B612

Tints of La Rioja #B4B612

Color information

#B4B612 (or 0xB4B612) is unknown color: approx La Rioja. HEX triplet: B4, B6 and 12. RGB value is (180,182,18). Sum of RGB (Red+Green+Blue) = 180+182+18=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4B612 is #4B49ED. Grayscale: #A3A3A3. Windows color (decimal): -4934126 or 1226420. OLE color: 1226420.

HSL color Cylindrical-coordinate representation of color #B4B612: hue angle of 60.73º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B4B612 is Cyan = 0.01, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB18018218-
CMYK0.0100.900.29
HSL60.73º82%39.22%-
HSV(B)60.73º90.11%71.37%-
XYZ35.6643.27.03-
YUV162.7146.34140.34-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 182 (71.48% from 255) = 47.89%
BLUE value IS 18 (7.42% from 255) = 4.74%
R=47.37%
G=47.89%
B=4.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180182180.0100.900.2960.738239.22
HexB4B612105A1D3d5227
Octal2642662210132357512247
Binary101101001011011010010101011010111011111011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B612; }

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

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

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

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

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

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

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

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