#B49439

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

Shades of Roti #B49439

Tints of Roti #B49439

Color information

#B49439 (or 0xB49439) is unknown color: approx Roti. HEX triplet: B4, 94 and 39. RGB value is (180,148,57). Sum of RGB (Red+Green+Blue) = 180+148+57=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 57 (22.66% from 255 or 14.81% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B49439 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49439 is #4B6BC6. Grayscale: #939393. Windows color (decimal): -4942791 or 3773620. OLE color: 3773620.

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

Color convert

RGB18014857-
CMYK00.180.680.29
HSL44.39º51.9%46.47%-
HSV(B)44.39º68.33%70.59%-
XYZ30.1531.188.3-
YUV147.1977.1151.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 57 (22.66% from 255) = 14.81%
R=46.75%
G=38.44%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801485700.180.680.2944.3951.946.47
HexB49439012441D2c342e
Octal2642247102210435546456
Binary1011010010010100111001010010100010011101101100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49439; }

 p { color: rgb(180,148,57); }

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

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

 a { background-color: rgb(180,148,57); }

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

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

 span { border-color: rgb(180,148,57); }

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