#B49047

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

Shades of Roti #B49047

Tints of Roti #B49047

Color information

#B49047 (or 0xB49047) is unknown color: approx Roti. HEX triplet: B4, 90 and 47. RGB value is (180,144,71). Sum of RGB (Red+Green+Blue) = 180+144+71=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 144 (56.64% from 255 or 36.46% from 395); Blue value is 71 (28.12% from 255 or 17.97% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B49047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49047 is #4B6FB8. Grayscale: #929292. Windows color (decimal): -4943801 or 4690100. OLE color: 4690100.

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

Color convert

RGB18014471-
CMYK00.20.610.29
HSL40.18º43.43%49.22%-
HSV(B)40.18º60.56%70.59%-
XYZ29.9330.110.19-
YUV146.4485.43151.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 144 (56.64% from 255) = 36.46%
BLUE value IS 71 (28.12% from 255) = 17.97%
R=45.57%
G=36.46%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801447100.20.610.2940.1843.4349.22
HexB490470143D1D282b31
Octal2642201070247535505361
Binary1011010010010000100011101010011110111101101000101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49047; }

 p { color: rgb(180,144,71); }

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

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

 a { background-color: rgb(180,144,71); }

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

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

 span { border-color: rgb(180,144,71); }

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