#B3B20C

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

Shades of La Rioja #B3B20C

Tints of La Rioja #B3B20C

Color information

#B3B20C (or 0xB3B20C) is unknown color: approx La Rioja. HEX triplet: B3, B2 and 0C. RGB value is (179,178,12). Sum of RGB (Red+Green+Blue) = 179+178+12=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 178 (69.92% from 255 or 48.24% from 369); Blue value is 12 (5.08% from 255 or 3.25% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B20C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B20C is #4C4DF3. Grayscale: #A0A0A0. Windows color (decimal): -5000692 or 832179. OLE color: 832179.

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

Color convert

RGB17917812-
CMYK00.010.930.30
HSL59.64º87.43%37.45%-
HSV(B)59.64º93.3%70.2%-
XYZ34.5841.456.53-
YUV159.3844.83142-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.51%
GREEN value IS 178 (69.92% from 255) = 48.24%
BLUE value IS 12 (5.08% from 255) = 3.25%
R=48.51%
G=48.24%
B=3.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.93
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791781200.010.930.3059.6487.4337.45
HexB3B2C015D1E3c5725
Octal2632621401135367412745
Binary10110011101100101100011011101111101111001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B20C; }

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

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

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

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

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

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

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

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