#B49243

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

Shades of Roti #B49243

Tints of Roti #B49243

Color information

#B49243 (or 0xB49243) is unknown color: approx Roti. HEX triplet: B4, 92 and 43. RGB value is (180,146,67). Sum of RGB (Red+Green+Blue) = 180+146+67=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 146 (57.42% from 255 or 37.15% from 393); Blue value is 67 (26.56% from 255 or 17.05% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B49243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49243 is #4B6DBC. Grayscale: #939393. Windows color (decimal): -4943293 or 4428468. OLE color: 4428468.

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

Color convert

RGB18014667-
CMYK00.190.630.29
HSL41.95º45.75%48.43%-
HSV(B)41.95º62.78%70.59%-
XYZ30.1130.679.64-
YUV147.1682.76151.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 146 (57.42% from 255) = 37.15%
BLUE value IS 67 (26.56% from 255) = 17.05%
R=45.80%
G=37.15%
B=17.05%

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
Decimal1801466700.190.630.2941.9545.7548.43
HexB492430133F1D2a2e30
Octal2642221030237735525660
Binary1011010010010010100001101001111111111101101010101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49243; }

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

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

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

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

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

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

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

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