#B39446

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

Shades of Roti #B39446

Tints of Roti #B39446

Color information

#B39446 (or 0xB39446) is unknown color: approx Roti. HEX triplet: B3, 94 and 46. RGB value is (179,148,70). Sum of RGB (Red+Green+Blue) = 179+148+70=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 148 (58.20% from 255 or 37.28% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B39446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39446 is #4C6BB9. Grayscale: #949494. Windows color (decimal): -5008314 or 4625587. OLE color: 4625587.

HSL color Cylindrical-coordinate representation of color #B39446: hue angle of 42.94º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B39446 is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.30.

Color convert

RGB17914870-
CMYK00.170.610.30
HSL42.94º43.78%48.82%-
HSV(B)42.94º60.89%70.2%-
XYZ30.2931.2110.22-
YUV148.3883.77149.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 148 (58.20% from 255) = 37.28%
BLUE value IS 70 (27.73% from 255) = 17.63%
R=45.09%
G=37.28%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791487000.170.610.3042.9443.7848.82
HexB394460113D1E2b2c31
Octal2632241060217536535461
Binary1011001110010100100011001000111110111110101011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39446; }

 p { color: rgb(179,148,70); }

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

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

 a { background-color: rgb(179,148,70); }

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

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

 span { border-color: rgb(179,148,70); }

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