#B3B214

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

Shades of La Rioja #B3B214

Tints of La Rioja #B3B214

Color information

#B3B214 (or 0xB3B214) is unknown color: approx La Rioja. HEX triplet: B3, B2 and 14. RGB value is (179,178,20). Sum of RGB (Red+Green+Blue) = 179+178+20=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 178 (69.92% from 255 or 47.21% from 377); Blue value is 20 (8.20% from 255 or 5.31% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B214 is #4C4DEB. Grayscale: #A0A0A0. Windows color (decimal): -5000684 or 1356467. OLE color: 1356467.

HSL color Cylindrical-coordinate representation of color #B3B214: hue angle of 59.62º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3B214 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.30.

Color convert

RGB17917820-
CMYK00.010.890.30
HSL59.62º79.9%39.02%-
HSV(B)59.62º88.83%70.2%-
XYZ34.6441.486.84-
YUV160.2948.83141.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 178 (69.92% from 255) = 47.21%
BLUE value IS 20 (8.20% from 255) = 5.31%
R=47.48%
G=47.21%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791782000.010.890.3059.6279.939.02
HexB3B21401591E3c5027
Octal2632622401131367412047
Binary101100111011001010100011011001111101111001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B214; }

 p { color: rgb(179,178,20); }

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

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

 a { background-color: rgb(179,178,20); }

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

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

 span { border-color: rgb(179,178,20); }

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