#B05C50

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

Shades of Crail #B05C50

Tints of Crail #B05C50

Color information

#B05C50 (or 0xB05C50) is unknown color: approx Crail. HEX triplet: B0, 5C and 50. RGB value is (176,92,80). Sum of RGB (Red+Green+Blue) = 176+92+80=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 80 (31.64% from 255 or 22.99% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05C50 is #4FA3AF. Grayscale: #737373. Windows color (decimal): -5219248 or 5266608. OLE color: 5266608.

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

Color convert

RGB1769280-
CMYK00.480.550.31
HSL7.5º37.8%50.2%-
HSV(B)7.5º54.55%69.02%-
XYZ23.1817.469.74-
YUV115.75107.83170.98-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 80 (31.64% from 255) = 22.99%
R=50.57%
G=26.44%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176928000.480.550.317.537.850.2
HexB05C50030371F82632
Octal2601341200606737104662
Binary10110000101110010100000110000110111111111000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C50; }

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

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

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

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

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

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

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

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