#B39C38

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

Shades of Roti #B39C38

Tints of Roti #B39C38

Color information

#B39C38 (or 0xB39C38) is unknown color: approx Roti. HEX triplet: B3, 9C and 38. RGB value is (179,156,56). Sum of RGB (Red+Green+Blue) = 179+156+56=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 156 (61.33% from 255 or 39.90% from 391); Blue value is 56 (22.27% from 255 or 14.32% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B39C38 is #4C63C7. Grayscale: #979797. Windows color (decimal): -5006280 or 3710131. OLE color: 3710131.

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

Color convert

RGB17915656-
CMYK00.130.690.30
HSL48.78º52.34%46.08%-
HSV(B)48.78º68.72%70.2%-
XYZ31.1933.658.59-
YUV151.4874.12147.63-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.78%
GREEN value IS 156 (61.33% from 255) = 39.90%
BLUE value IS 56 (22.27% from 255) = 14.32%
R=45.78%
G=39.90%
B=14.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791565600.130.690.3048.7852.3446.08
HexB39C380D451E31342e
Octal2632347001510536616456
Binary101100111001110011100001101100010111110110001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B39C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B39C38; }

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

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

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

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

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

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

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

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