#B39147

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

Shades of Roti #B39147

Tints of Roti #B39147

Color information

#B39147 (or 0xB39147) is unknown color: approx Roti. HEX triplet: B3, 91 and 47. RGB value is (179,145,71). Sum of RGB (Red+Green+Blue) = 179+145+71=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B39147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39147 is #4C6EB8. Grayscale: #939393. Windows color (decimal): -5009081 or 4690355. OLE color: 4690355.

HSL color Cylindrical-coordinate representation of color #B39147: hue angle of 41.11º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B39147 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB17914571-
CMYK00.190.600.30
HSL41.11º43.2%49.02%-
HSV(B)41.11º60.34%70.2%-
XYZ29.8530.2910.23-
YUV146.7385.26151.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 145 (57.03% from 255) = 36.71%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=45.32%
G=36.71%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791457100.190.600.3041.1143.249.02
HexB391470133C1E292b31
Octal2632211070237436515361
Binary1011001110010001100011101001111110011110101001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39147; }

 p { color: rgb(179,145,71); }

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

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

 a { background-color: rgb(179,145,71); }

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

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

 span { border-color: rgb(179,145,71); }

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