#B39148

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

Shades of Roti #B39148

Tints of Roti #B39148

Color information

#B39148 (or 0xB39148) is unknown color: approx Roti. HEX triplet: B3, 91 and 48. RGB value is (179,145,72). Sum of RGB (Red+Green+Blue) = 179+145+72=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 72 (28.52% from 255 or 18.18% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B39148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39148 is #4C6EB7. Grayscale: #939393. Windows color (decimal): -5009080 or 4755891. OLE color: 4755891.

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

Color convert

RGB17914572-
CMYK00.190.600.30
HSL40.93º42.63%49.22%-
HSV(B)40.93º59.78%70.2%-
XYZ29.8930.310.4-
YUV146.8485.76150.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 145 (57.03% from 255) = 36.62%
BLUE value IS 72 (28.52% from 255) = 18.18%
R=45.20%
G=36.62%
B=18.18%

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
Decimal1791457200.190.600.3040.9342.6349.22
HexB391480133C1E292b31
Octal2632211100237436515361
Binary1011001110010001100100001001111110011110101001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39148; }

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

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

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

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

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

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

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

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