#B5953C

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

Shades of Roti #B5953C

Tints of Roti #B5953C

Color information

#B5953C (or 0xB5953C) is unknown color: approx Roti. HEX triplet: B5, 95 and 3C. RGB value is (181,149,60). Sum of RGB (Red+Green+Blue) = 181+149+60=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 149 (58.59% from 255 or 38.21% from 390); Blue value is 60 (23.83% from 255 or 15.38% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5953C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5953C is #4A6AC3. Grayscale: #949494. Windows color (decimal): -4876996 or 3970485. OLE color: 3970485.

HSL color Cylindrical-coordinate representation of color #B5953C: hue angle of 44.13º degrees, saturation: 0.5, 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 #B5953C is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.29.

Color convert

RGB18114960-
CMYK00.180.670.29
HSL44.13º50.21%47.25%-
HSV(B)44.13º66.85%70.98%-
XYZ30.6231.648.77-
YUV148.4278.1151.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 149 (58.59% from 255) = 38.21%
BLUE value IS 60 (23.83% from 255) = 15.38%
R=46.41%
G=38.21%
B=15.38%

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
Decimal1811496000.180.670.2944.1350.2147.25
HexB5953C012431D2c322f
Octal2652257402210335546257
Binary1011010110010101111100010010100001111101101100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5953C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5953C; }

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

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

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

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

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

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

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

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