#B39C41

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

Shades of Roti #B39C41

Tints of Roti #B39C41

Color information

#B39C41 (or 0xB39C41) is unknown color: approx Roti. HEX triplet: B3, 9C and 41. RGB value is (179,156,65). Sum of RGB (Red+Green+Blue) = 179+156+65=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 156 (61.33% from 255 or 39% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C41 is #4C63BE. Grayscale: #989898. Windows color (decimal): -5006271 or 4299955. OLE color: 4299955.

HSL color Cylindrical-coordinate representation of color #B39C41: hue angle of 47.89º 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 #B39C41 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB17915665-
CMYK00.130.640.30
HSL47.89º46.72%47.84%-
HSV(B)47.89º63.69%70.2%-
XYZ31.4333.749.86-
YUV152.578.62146.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.75%
GREEN value IS 156 (61.33% from 255) = 39%
BLUE value IS 65 (25.78% from 255) = 16.25%
R=44.75%
G=39%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791566500.130.640.3047.8946.7247.84
HexB39C410D401E302f30
Octal26323410101510036605760
Binary1011001110011100100000101101100000011110110000101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C41; }

 p { color: rgb(179,156,65); }

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

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

 a { background-color: rgb(179,156,65); }

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

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

 span { border-color: rgb(179,156,65); }

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