#B1963C

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

Shades of Roti #B1963C

Tints of Roti #B1963C

Color information

#B1963C (or 0xB1963C) is unknown color: approx Roti. HEX triplet: B1, 96 and 3C. RGB value is (177,150,60). Sum of RGB (Red+Green+Blue) = 177+150+60=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 150 (58.98% from 255 or 38.76% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B1963C is #4E69C3. Grayscale: #949494. Windows color (decimal): -5138884 or 3970737. OLE color: 3970737.

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

Color convert

RGB17715060-
CMYK00.150.660.31
HSL46.15º49.37%46.47%-
HSV(B)46.15º66.1%69.41%-
XYZ29.8531.498.78-
YUV147.8178.45148.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 150 (58.98% from 255) = 38.76%
BLUE value IS 60 (23.83% from 255) = 15.50%
R=45.74%
G=38.76%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771506000.150.660.3146.1549.3746.47
HexB1963C0F421F2e312e
Octal2612267401710237566156
Binary101100011001011011110001111100001011111101110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1963C; }

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

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

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

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

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

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

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

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