#B4B215

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

Shades of La Rioja #B4B215

Tints of La Rioja #B4B215

Color information

#B4B215 (or 0xB4B215) is unknown color: approx La Rioja. HEX triplet: B4, B2 and 15. RGB value is (180,178,21). Sum of RGB (Red+Green+Blue) = 180+178+21=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 21 (8.59% from 255 or 5.54% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B4B215 is #4B4DEA. Grayscale: #A1A1A1. Windows color (decimal): -4935147 or 1422004. OLE color: 1422004.

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

Color convert

RGB18017821-
CMYK00.010.880.29
HSL59.25º79.1%39.41%-
HSV(B)59.25º88.33%70.59%-
XYZ34.8841.66.9-
YUV160.749.16141.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.49%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 21 (8.59% from 255) = 5.54%
R=47.49%
G=46.97%
B=5.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801782100.010.880.2959.2579.139.41
HexB4B21501581D3b4f27
Octal2642622501130357311747
Binary101101001011001010101011011000111011110111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B215; }

 p { color: rgb(180,178,21); }

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

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

 a { background-color: rgb(180,178,21); }

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

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

 span { border-color: rgb(180,178,21); }

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