#B15D4F

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

Shades of Crail #B15D4F

Tints of Crail #B15D4F

Color information

#B15D4F (or 0xB15D4F) is unknown color: approx Crail. HEX triplet: B1, 5D and 4F. RGB value is (177,93,79). Sum of RGB (Red+Green+Blue) = 177+93+79=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 93 (36.72% from 255 or 26.65% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B15D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15D4F is #4EA2B0. Grayscale: #747474. Windows color (decimal): -5153457 or 5201329. OLE color: 5201329.

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

Color convert

RGB1779379-
CMYK00.470.550.31
HSL8.57º38.58%50.2%-
HSV(B)8.57º55.37%69.41%-
XYZ23.4617.749.59-
YUV116.52106.83171.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 93 (36.72% from 255) = 26.65%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=50.72%
G=26.65%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177937900.470.550.318.5738.5850.2
HexB15D4F02F371F92732
Octal2611351170576737114762
Binary10110001101110110011110101111110111111111001100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15D4F; }

 p { color: rgb(177,93,79); }

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

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

 a { background-color: rgb(177,93,79); }

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

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

 span { border-color: rgb(177,93,79); }

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