#B39A39

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

Shades of Roti #B39A39

Tints of Roti #B39A39

Color information

#B39A39 (or 0xB39A39) is unknown color: approx Roti. HEX triplet: B3, 9A and 39. RGB value is (179,154,57). Sum of RGB (Red+Green+Blue) = 179+154+57=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 154 (60.55% from 255 or 39.49% from 390); Blue value is 57 (22.66% from 255 or 14.62% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A39 is #4C65C6. Grayscale: #969696. Windows color (decimal): -5006791 or 3775155. OLE color: 3775155.

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

Color convert

RGB17915457-
CMYK00.140.680.30
HSL47.7º51.69%46.27%-
HSV(B)47.7º68.16%70.2%-
XYZ30.8832.998.61-
YUV150.4275.28148.39-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.90%
GREEN value IS 154 (60.55% from 255) = 39.49%
BLUE value IS 57 (22.66% from 255) = 14.62%
R=45.90%
G=39.49%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.68
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791545700.140.680.3047.751.6946.27
HexB39A390E441E30342e
Octal2632327101610436606456
Binary101100111001101011100101110100010011110110000110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A39; }

 p { color: rgb(179,154,57); }

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

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

 a { background-color: rgb(179,154,57); }

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

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

 span { border-color: rgb(179,154,57); }

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