#B05C4A

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

Shades of Crail #B05C4A

Tints of Crail #B05C4A

Color information

#B05C4A (or 0xB05C4A) is unknown color: approx Crail. HEX triplet: B0, 5C and 4A. RGB value is (176,92,74). Sum of RGB (Red+Green+Blue) = 176+92+74=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 74 (29.30% from 255 or 21.64% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B05C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05C4A is #4FA3B5. Grayscale: #737373. Windows color (decimal): -5219254 or 4873392. OLE color: 4873392.

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

Color convert

RGB1769274-
CMYK00.480.580.31
HSL10.59º40.8%49.02%-
HSV(B)10.59º57.95%69.02%-
XYZ22.9717.388.62-
YUV115.06104.83171.46-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 74 (29.30% from 255) = 21.64%
R=51.46%
G=26.90%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176927400.480.580.3110.5940.849.02
HexB05C4A0303A1Fb2931
Octal2601341120607237135161
Binary10110000101110010010100110000111010111111011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05C4A; }

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

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

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

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

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

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

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

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