#B39A3C

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

Shades of Roti #B39A3C

Tints of Roti #B39A3C

Color information

#B39A3C (or 0xB39A3C) is unknown color: approx Roti. HEX triplet: B3, 9A and 3C. RGB value is (179,154,60). Sum of RGB (Red+Green+Blue) = 179+154+60=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 60 (23.83% from 255 or 15.27% from 393); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A3C is #4C65C3. Grayscale: #979797. Windows color (decimal): -5006788 or 3971763. OLE color: 3971763.

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

Color convert

RGB17915460-
CMYK00.140.660.30
HSL47.39º49.79%46.86%-
HSV(B)47.39º66.48%70.2%-
XYZ30.9633.029.02-
YUV150.7676.78148.14-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 60 (23.83% from 255) = 15.27%
R=45.55%
G=39.19%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791546000.140.660.3047.3949.7946.86
HexB39A3C0E421E2f322f
Octal2632327401610236576257
Binary101100111001101011110001110100001011110101111110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A3C; }

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

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

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

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

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

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

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

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