#B15B4D

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

Shades of Crail #B15B4D

Tints of Crail #B15B4D

Color information

#B15B4D (or 0xB15B4D) is unknown color: approx Crail. HEX triplet: B1, 5B and 4D. RGB value is (177,91,77). Sum of RGB (Red+Green+Blue) = 177+91+77=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B15B4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15B4D is #4EA4B2. Grayscale: #737373. Windows color (decimal): -5153971 or 5069745. OLE color: 5069745.

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

Color convert

RGB1779177-
CMYK00.490.560.31
HSL8.4º39.37%49.8%-
HSV(B)8.4º56.5%69.41%-
XYZ23.2117.379.15-
YUV115.12106.49172.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=51.30%
G=26.38%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177917700.490.560.318.439.3749.8
HexB15B4D031381F82732
Octal2611331150617037104762
Binary10110001101101110011010110001111000111111000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15B4D; }

 p { color: rgb(177,91,77); }

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

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

 a { background-color: rgb(177,91,77); }

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

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

 span { border-color: rgb(177,91,77); }

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