#B05E50

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

Shades of Crail #B05E50

Tints of Crail #B05E50

Color information

#B05E50 (or 0xB05E50) is unknown color: approx Crail. HEX triplet: B0, 5E and 50. RGB value is (176,94,80). Sum of RGB (Red+Green+Blue) = 176+94+80=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 94 (37.11% from 255 or 26.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E50 is #4FA1AF. Grayscale: #757575. Windows color (decimal): -5218736 or 5267120. OLE color: 5267120.

HSL color Cylindrical-coordinate representation of color #B05E50: hue angle of 8.75º degrees, saturation: 0.38, 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 #B05E50 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB1769480-
CMYK00.470.550.31
HSL8.75º37.8%50.2%-
HSV(B)8.75º54.55%69.02%-
XYZ23.3617.819.8-
YUV116.92107.17170.14-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 94 (37.11% from 255) = 26.86%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=50.29%
G=26.86%
B=22.86%

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
Decimal176948000.470.550.318.7537.850.2
HexB05E5002F371F92632
Octal2601361200576737114662
Binary10110000101111010100000101111110111111111001100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E50; }

 p { color: rgb(176,94,80); }

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

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

 a { background-color: rgb(176,94,80); }

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

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

 span { border-color: rgb(176,94,80); }

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