#B49143

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

Shades of Roti #B49143

Tints of Roti #B49143

Color information

#B49143 (or 0xB49143) is unknown color: approx Roti. HEX triplet: B4, 91 and 43. RGB value is (180,145,67). Sum of RGB (Red+Green+Blue) = 180+145+67=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 145 (57.03% from 255 or 36.99% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B49143 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49143 is #4B6EBC. Grayscale: #929292. Windows color (decimal): -4943549 or 4428212. OLE color: 4428212.

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

Color convert

RGB18014567-
CMYK00.190.630.29
HSL41.42º45.75%48.43%-
HSV(B)41.42º62.78%70.59%-
XYZ29.9630.369.59-
YUV146.5783.1151.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 145 (57.03% from 255) = 36.99%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=45.92%
G=36.99%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801456700.190.630.2941.4245.7548.43
HexB491430133F1D292e30
Octal2642211030237735515660
Binary1011010010010001100001101001111111111101101001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49143; }

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

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

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

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

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

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

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

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