#B05C4C

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

Shades of Crail #B05C4C

Tints of Crail #B05C4C

Color information

#B05C4C (or 0xB05C4C) is unknown color: approx Crail. HEX triplet: B0, 5C and 4C. RGB value is (176,92,76). Sum of RGB (Red+Green+Blue) = 176+92+76=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C4C is #4FA3B3. Grayscale: #737373. Windows color (decimal): -5219252 or 5004464. OLE color: 5004464.

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

Color convert

RGB1769276-
CMYK00.480.570.31
HSL9.6º39.68%49.41%-
HSV(B)9.6º56.82%69.02%-
XYZ23.0417.418.98-
YUV115.29105.83171.3-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.16%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=51.16%
G=26.74%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176927600.480.570.319.639.6849.41
HexB05C4C030391Fa2831
Octal2601341140607137125061
Binary10110000101110010011000110000111001111111010101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C4C; }

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

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

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

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

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

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

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

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