#B39A40

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

Shades of Roti #B39A40

Tints of Roti #B39A40

Color information

#B39A40 (or 0xB39A40) is unknown color: approx Roti. HEX triplet: B3, 9A and 40. RGB value is (179,154,64). Sum of RGB (Red+Green+Blue) = 179+154+64=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 154 (60.55% from 255 or 38.79% from 397); Blue value is 64 (25.39% from 255 or 16.12% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39A40 is #4C65BF. Grayscale: #979797. Windows color (decimal): -5006784 or 4233907. OLE color: 4233907.

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

Color convert

RGB17915464-
CMYK00.140.640.30
HSL46.96º47.33%47.65%-
HSV(B)46.96º64.25%70.2%-
XYZ31.0733.079.6-
YUV151.2178.78147.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.09%
GREEN value IS 154 (60.55% from 255) = 38.79%
BLUE value IS 64 (25.39% from 255) = 16.12%
R=45.09%
G=38.79%
B=16.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791546400.140.640.3046.9647.3347.65
HexB39A400E401E2f2f30
Octal26323210001610036575760
Binary1011001110011010100000001110100000011110101111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39A40; }

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

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

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

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

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

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

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

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