#B49743

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

Shades of Roti #B49743

Tints of Roti #B49743

Color information

#B49743 (or 0xB49743) is unknown color: approx Roti. HEX triplet: B4, 97 and 43. RGB value is (180,151,67). Sum of RGB (Red+Green+Blue) = 180+151+67=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 151 (59.38% from 255 or 37.94% from 398); Blue value is 67 (26.56% from 255 or 16.83% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B49743 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B49743 is #4B68BC. Grayscale: #969696. Windows color (decimal): -4942013 or 4429748. OLE color: 4429748.

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

Color convert

RGB18015167-
CMYK00.160.630.29
HSL44.6º45.75%48.43%-
HSV(B)44.6º62.78%70.59%-
XYZ30.932.249.9-
YUV150.181.11149.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 151 (59.38% from 255) = 37.94%
BLUE value IS 67 (26.56% from 255) = 16.83%
R=45.23%
G=37.94%
B=16.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801516700.160.630.2944.645.7548.43
HexB497430103F1D2d2e30
Octal2642271030207735555660
Binary1011010010010111100001101000011111111101101101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49743; }

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

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

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

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

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

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

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

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