#B49148

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

Shades of Roti #B49148

Tints of Roti #B49148

Color information

#B49148 (or 0xB49148) is unknown color: approx Roti. HEX triplet: B4, 91 and 48. RGB value is (180,145,72). Sum of RGB (Red+Green+Blue) = 180+145+72=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 145 (57.03% from 255 or 36.52% from 397); Blue value is 72 (28.52% from 255 or 18.14% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B49148 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49148 is #4B6EB7. Grayscale: #939393. Windows color (decimal): -4943544 or 4755892. OLE color: 4755892.

HSL color Cylindrical-coordinate representation of color #B49148: hue angle of 40.56º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B49148 is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18014572-
CMYK00.190.600.29
HSL40.56º42.86%49.41%-
HSV(B)40.56º60%70.59%-
XYZ30.1230.4210.42-
YUV147.1485.6151.44-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 145 (57.03% from 255) = 36.52%
BLUE value IS 72 (28.52% from 255) = 18.14%
R=45.34%
G=36.52%
B=18.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801457200.190.600.2940.5642.8649.41
HexB491480133C1D292b31
Octal2642211100237435515361
Binary1011010010010001100100001001111110011101101001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49148; }

 p { color: rgb(180,145,72); }

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

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

 a { background-color: rgb(180,145,72); }

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

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

 span { border-color: rgb(180,145,72); }

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