#B3B10C

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

Shades of La Rioja #B3B10C

Tints of La Rioja #B3B10C

Color information

#B3B10C (or 0xB3B10C) is unknown color: approx La Rioja. HEX triplet: B3, B1 and 0C. RGB value is (179,177,12). Sum of RGB (Red+Green+Blue) = 179+177+12=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 12 (5.08% from 255 or 3.26% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B10C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B3B10C is #4C4EF3. Grayscale: #9F9F9F. Windows color (decimal): -5000948 or 831923. OLE color: 831923.

HSL color Cylindrical-coordinate representation of color #B3B10C: hue angle of 59.28º 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 #B3B10C is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.30.

Color convert

RGB17917712-
CMYK00.010.930.30
HSL59.28º87.43%37.45%-
HSV(B)59.28º93.3%70.2%-
XYZ34.3841.056.46-
YUV158.7945.16142.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.64%
GREEN value IS 177 (69.53% from 255) = 48.10%
BLUE value IS 12 (5.08% from 255) = 3.26%
R=48.64%
G=48.10%
B=3.26%

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
Decimal1791771200.010.930.3059.2887.4337.45
HexB3B1C015D1E3b5725
Octal2632611401135367312745
Binary10110011101100011100011011101111101110111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B10C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B10C; }

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

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

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

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

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

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

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

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