#B5913B

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

Shades of Roti #B5913B

Tints of Roti #B5913B

Color information

#B5913B (or 0xB5913B) is unknown color: approx Roti. HEX triplet: B5, 91 and 3B. RGB value is (181,145,59). Sum of RGB (Red+Green+Blue) = 181+145+59=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 59 (23.44% from 255 or 15.32% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5913B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5913B is #4A6EC4. Grayscale: #929292. Windows color (decimal): -4878021 or 3903925. OLE color: 3903925.

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

Color convert

RGB18114559-
CMYK00.200.670.29
HSL42.3º50.83%47.06%-
HSV(B)42.3º67.4%70.98%-
XYZ29.9730.398.42-
YUV145.9678.93152.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 145 (57.03% from 255) = 37.66%
BLUE value IS 59 (23.44% from 255) = 15.32%
R=47.01%
G=37.66%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811455900.200.670.2942.350.8347.06
HexB5913B014431D2a332f
Octal2652217302410335526357
Binary1011010110010001111011010100100001111101101010110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5913B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5913B; }

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

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

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

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

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

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

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

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