#B5963C

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

Shades of Roti #B5963C

Tints of Roti #B5963C

Color information

#B5963C (or 0xB5963C) is unknown color: approx Roti. HEX triplet: B5, 96 and 3C. RGB value is (181,150,60). Sum of RGB (Red+Green+Blue) = 181+150+60=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 150 (58.98% from 255 or 38.36% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B5963C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5963C is #4A69C3. Grayscale: #959595. Windows color (decimal): -4876740 or 3970741. OLE color: 3970741.

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

Color convert

RGB18115060-
CMYK00.170.670.29
HSL44.63º50.21%47.25%-
HSV(B)44.63º66.85%70.98%-
XYZ30.7831.968.82-
YUV149.0177.77150.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.29%
GREEN value IS 150 (58.98% from 255) = 38.36%
BLUE value IS 60 (23.83% from 255) = 15.35%
R=46.29%
G=38.36%
B=15.35%

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
Decimal1811506000.170.670.2944.6350.2147.25
HexB5963C011431D2d322f
Octal2652267402110335556257
Binary1011010110010110111100010001100001111101101101110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5963C; }

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

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

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

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

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

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

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

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