#B15A4B

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

Shades of Crail #B15A4B

Tints of Crail #B15A4B

Color information

#B15A4B (or 0xB15A4B) is unknown color: approx Crail. HEX triplet: B1, 5A and 4B. RGB value is (177,90,75). Sum of RGB (Red+Green+Blue) = 177+90+75=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 75 (29.69% from 255 or 21.93% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B15A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B15A4B is #4EA5B4. Grayscale: #727272. Windows color (decimal): -5154229 or 4938417. OLE color: 4938417.

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

Color convert

RGB1779075-
CMYK00.490.580.31
HSL8.82º40.48%49.41%-
HSV(B)8.82º57.63%69.41%-
XYZ23.0617.178.75-
YUV114.3105.82172.72-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 75 (29.69% from 255) = 21.93%
R=51.75%
G=26.32%
B=21.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177907500.490.580.318.8240.4849.41
HexB15A4B0313A1F92831
Octal2611321130617237115061
Binary10110001101101010010110110001111010111111001101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15A4B; }

 p { color: rgb(177,90,75); }

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

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

 a { background-color: rgb(177,90,75); }

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

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

 span { border-color: rgb(177,90,75); }

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