#B5963B

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

Shades of Roti #B5963B

Tints of Roti #B5963B

Color information

#B5963B (or 0xB5963B) is unknown color: approx Roti. HEX triplet: B5, 96 and 3B. RGB value is (181,150,59). Sum of RGB (Red+Green+Blue) = 181+150+59=390 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.41% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 181 - color contains mainly: red. Hex color #B5963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5963B is #4A69C4. Grayscale: #959595. Windows color (decimal): -4876741 or 3905205. OLE color: 3905205.

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

Color convert

RGB18115059-
CMYK00.170.670.29
HSL44.75º50.83%47.06%-
HSV(B)44.75º67.4%70.98%-
XYZ30.7531.958.68-
YUV148.8977.27150.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.41%
GREEN value IS 150 (58.98% from 255) = 38.46%
BLUE value IS 59 (23.44% from 255) = 15.13%
R=46.41%
G=38.46%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811505900.170.670.2944.7550.8347.06
HexB5963B011431D2d332f
Octal2652267302110335556357
Binary1011010110010110111011010001100001111101101101110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5963B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5963B; }

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

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

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

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

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

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

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

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