#B49548

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

Shades of Roti #B49548

Tints of Roti #B49548

Color information

#B49548 (or 0xB49548) is unknown color: approx Roti. HEX triplet: B4, 95 and 48. RGB value is (180,149,72). Sum of RGB (Red+Green+Blue) = 180+149+72=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 149 (58.59% from 255 or 37.16% from 401); Blue value is 72 (28.52% from 255 or 17.96% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B49548 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49548 is #4B6AB7. Grayscale: #959595. Windows color (decimal): -4942520 or 4756916. OLE color: 4756916.

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

Color convert

RGB18014972-
CMYK00.170.600.29
HSL42.78º42.86%49.41%-
HSV(B)42.78º60%70.59%-
XYZ30.7431.6710.62-
YUV149.4984.27149.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 149 (58.59% from 255) = 37.16%
BLUE value IS 72 (28.52% from 255) = 17.96%
R=44.89%
G=37.16%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.60
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801497200.170.600.2942.7842.8649.41
HexB495480113C1D2b2b31
Octal2642251100217435535361
Binary1011010010010101100100001000111110011101101011101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49548; }

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

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

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

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

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

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

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

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