#B5953B

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

Shades of Roti #B5953B

Tints of Roti #B5953B

Color information

#B5953B (or 0xB5953B) is unknown color: approx Roti. HEX triplet: B5, 95 and 3B. RGB value is (181,149,59). Sum of RGB (Red+Green+Blue) = 181+149+59=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 59 (23.44% from 255 or 15.17% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B5953B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5953B is #4A6AC4. Grayscale: #949494. Windows color (decimal): -4876997 or 3904949. OLE color: 3904949.

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

Color convert

RGB18114959-
CMYK00.180.670.29
HSL44.26º50.83%47.06%-
HSV(B)44.26º67.4%70.98%-
XYZ30.5931.638.63-
YUV148.3177.6151.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.53%
GREEN value IS 149 (58.59% from 255) = 38.30%
BLUE value IS 59 (23.44% from 255) = 15.17%
R=46.53%
G=38.30%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811495900.180.670.2944.2650.8347.06
HexB5953B012431D2c332f
Octal2652257302210335546357
Binary1011010110010101111011010010100001111101101100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5953B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5953B; }

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

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

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

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

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

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

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

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