#B5913D

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

Shades of Roti #B5913D

Tints of Roti #B5913D

Color information

#B5913D (or 0xB5913D) is unknown color: approx Roti. HEX triplet: B5, 91 and 3D. RGB value is (181,145,61). Sum of RGB (Red+Green+Blue) = 181+145+61=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 181 - color contains mainly: red. Hex color #B5913D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5913D is #4A6EC2. Grayscale: #929292. Windows color (decimal): -4878019 or 4034997. OLE color: 4034997.

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

Color convert

RGB18114561-
CMYK00.200.660.29
HSL42º49.59%47.45%-
HSV(B)42º66.3%70.98%-
XYZ30.0230.418.7-
YUV146.1979.93152.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.77%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=46.77%
G=37.47%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811456100.200.660.294249.5947.45
HexB5913D014421D2a322f
Octal2652217502410235526257
Binary1011010110010001111101010100100001011101101010110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5913D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5913D; }

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

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

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

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

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

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

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

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