#B49448

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

Shades of Roti #B49448

Tints of Roti #B49448

Color information

#B49448 (or 0xB49448) is unknown color: approx Roti. HEX triplet: B4, 94 and 48. RGB value is (180,148,72). Sum of RGB (Red+Green+Blue) = 180+148+72=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 72 (28.52% from 255 or 18% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B49448 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49448 is #4B6BB7. Grayscale: #959595. Windows color (decimal): -4942776 or 4756660. OLE color: 4756660.

HSL color Cylindrical-coordinate representation of color #B49448: hue angle of 42.22º 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 #B49448 is Cyan = 0, Magento = 0.18, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB18014872-
CMYK00.180.600.29
HSL42.22º42.86%49.41%-
HSV(B)42.22º60%70.59%-
XYZ30.5831.3510.57-
YUV148.984.6150.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 72 (28.52% from 255) = 18%
R=45%
G=37%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801487200.180.600.2942.2242.8649.41
HexB494480123C1D2a2b31
Octal2642241100227435525361
Binary1011010010010100100100001001011110011101101010101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49448; }

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

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

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

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

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

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

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

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