#B5953D

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

Shades of Roti #B5953D

Tints of Roti #B5953D

Color information

#B5953D (or 0xB5953D) is unknown color: approx Roti. HEX triplet: B5, 95 and 3D. RGB value is (181,149,61). Sum of RGB (Red+Green+Blue) = 181+149+61=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5953D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5953D is #4A6AC2. Grayscale: #949494. Windows color (decimal): -4876995 or 4036021. OLE color: 4036021.

HSL color Cylindrical-coordinate representation of color #B5953D: hue angle of 44º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B5953D is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB18114961-
CMYK00.180.660.29
HSL44º49.59%47.45%-
HSV(B)44º66.3%70.98%-
XYZ30.6531.668.91-
YUV148.5478.6151.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 149 (58.59% from 255) = 38.11%
BLUE value IS 61 (24.22% from 255) = 15.60%
R=46.29%
G=38.11%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811496100.180.660.294449.5947.45
HexB5953D012421D2c322f
Octal2652257502210235546257
Binary1011010110010101111101010010100001011101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5953D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5953D; }

 p { color: rgb(181,149,61); }

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

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

 a { background-color: rgb(181,149,61); }

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

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

 span { border-color: rgb(181,149,61); }

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