#B39242

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

Shades of Roti #B39242

Tints of Roti #B39242

Color information

#B39242 (or 0xB39242) is unknown color: approx Roti. HEX triplet: B3, 92 and 42. RGB value is (179,146,66). Sum of RGB (Red+Green+Blue) = 179+146+66=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 146 (57.42% from 255 or 37.34% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B39242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39242 is #4C6DBD. Grayscale: #939393. Windows color (decimal): -5008830 or 4362931. OLE color: 4362931.

HSL color Cylindrical-coordinate representation of color #B39242: hue angle of 42.48º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B39242 is Cyan = 0, Magento = 0.18, Yellow = 0.63 and Black (K on CMYK) = 0.30.

Color convert

RGB17914666-
CMYK00.180.630.30
HSL42.48º46.12%48.04%-
HSV(B)42.48º63.13%70.2%-
XYZ29.8530.539.47-
YUV146.7582.43151-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 146 (57.42% from 255) = 37.34%
BLUE value IS 66 (26.17% from 255) = 16.88%
R=45.78%
G=37.34%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.63
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791466600.180.630.3042.4846.1248.04
HexB392420123F1E2a2e30
Octal2632221020227736525660
Binary1011001110010010100001001001011111111110101010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39242; }

 p { color: rgb(179,146,66); }

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

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

 a { background-color: rgb(179,146,66); }

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

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

 span { border-color: rgb(179,146,66); }

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