#B3973C

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

Shades of Roti #B3973C

Tints of Roti #B3973C

Color information

#B3973C (or 0xB3973C) is unknown color: approx Roti. HEX triplet: B3, 97 and 3C. RGB value is (179,151,60). Sum of RGB (Red+Green+Blue) = 179+151+60=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3973C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3973C is #4C68C3. Grayscale: #959595. Windows color (decimal): -5007556 or 3970995. OLE color: 3970995.

HSL color Cylindrical-coordinate representation of color #B3973C: hue angle of 45.88º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B3973C is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.30.

Color convert

RGB17915160-
CMYK00.160.660.30
HSL45.88º49.79%46.86%-
HSV(B)45.88º66.48%70.2%-
XYZ30.4732.048.85-
YUV14977.78149.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 151 (59.38% from 255) = 38.72%
BLUE value IS 60 (23.83% from 255) = 15.38%
R=45.90%
G=38.72%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791516000.160.660.3045.8849.7946.86
HexB3973C010421E2e322f
Octal2632277402010236566257
Binary1011001110010111111100010000100001011110101110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3973C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3973C; }

 p { color: rgb(179,151,60); }

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

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

 a { background-color: rgb(179,151,60); }

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

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

 span { border-color: rgb(179,151,60); }

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