#b1963b

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

Shades of Roti #B1963B

Tints of Roti #B1963B

Color information

#B1963B (or 0xB1963B) is unknown color: approx Roti. HEX triplet: B1, 96 and 3B. RGB value is (177,150,59). Sum of RGB (Red+Green+Blue) = 177+150+59=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 150 (58.98% from 255 or 38.86% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1963B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1963B is #4E69C4. Grayscale: #949494. Windows color (decimal): -5138885 or 3905201. OLE color: 3905201.

HSL color Cylindrical-coordinate representation of color #B1963B: hue angle of 46.27º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1963B is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17715059-
CMYK00.150.670.31
HSL46.27º50%46.27%-
HSV(B)46.27º66.67%69.41%-
XYZ29.8331.488.64-
YUV147.777.95148.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 150 (58.98% from 255) = 38.86%
BLUE value IS 59 (23.44% from 255) = 15.28%
R=45.85%
G=38.86%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771505900.150.670.3146.275046.27
HexB1963B0F431F2e322e
Octal2612267301710337566256
Binary101100011001011011101101111100001111111101110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1963b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1963b; }

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

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

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

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

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

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

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

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