#B5913E

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

Shades of Roti #B5913E

Tints of Roti #B5913E

Color information

#B5913E (or 0xB5913E) is unknown color: approx Roti. HEX triplet: B5, 91 and 3E. RGB value is (181,145,62). Sum of RGB (Red+Green+Blue) = 181+145+62=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 181 - color contains mainly: red. Hex color #B5913E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5913E is #4A6EC1. Grayscale: #929292. Windows color (decimal): -4878018 or 4100533. OLE color: 4100533.

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

Color convert

RGB18114562-
CMYK00.200.660.29
HSL41.85º48.97%47.65%-
HSV(B)41.85º65.75%70.98%-
XYZ30.0530.428.85-
YUV146.380.43152.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.65%
GREEN value IS 145 (57.03% from 255) = 37.37%
BLUE value IS 62 (24.61% from 255) = 15.98%
R=46.65%
G=37.37%
B=15.98%

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
Decimal1811456200.200.660.2941.8548.9747.65
HexB5913E014421D2a3130
Octal2652217602410235526160
Binary1011010110010001111110010100100001011101101010110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5913E; }

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

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

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

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

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

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

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

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