#B49C38

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

Shades of Roti #B49C38

Tints of Roti #B49C38

Color information

#B49C38 (or 0xB49C38) is unknown color: approx Roti. HEX triplet: B4, 9C and 38. RGB value is (180,156,56). Sum of RGB (Red+Green+Blue) = 180+156+56=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 56 (22.27% from 255 or 14.29% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49C38 is #4B63C7. Grayscale: #989898. Windows color (decimal): -4940744 or 3710132. OLE color: 3710132.

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

Color convert

RGB18015656-
CMYK00.130.690.29
HSL48.39º52.54%46.27%-
HSV(B)48.39º68.89%70.59%-
XYZ31.4233.778.6-
YUV151.7873.95148.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 56 (22.27% from 255) = 14.29%
R=45.92%
G=39.80%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801565600.130.690.2948.3952.5446.27
HexB49C380D451D30352e
Octal2642347001510535606556
Binary101101001001110011100001101100010111101110000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49C38; }

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

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

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

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

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

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

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

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