#B05E4B

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

Shades of Crail #B05E4B

Tints of Crail #B05E4B

Color information

#B05E4B (or 0xB05E4B) is unknown color: approx Crail. HEX triplet: B0, 5E and 4B. RGB value is (176,94,75). Sum of RGB (Red+Green+Blue) = 176+94+75=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 75 (29.69% from 255 or 21.74% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B05E4B is #4FA1B4. Grayscale: #747474. Windows color (decimal): -5218741 or 4939440. OLE color: 4939440.

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

Color convert

RGB1769475-
CMYK00.470.570.31
HSL11.29º40.24%49.22%-
HSV(B)11.29º57.39%69.02%-
XYZ23.1817.748.86-
YUV116.35104.67170.54-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.01%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 75 (29.69% from 255) = 21.74%
R=51.01%
G=27.25%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176947500.470.570.3111.2940.2449.22
HexB05E4B02F391Fb2831
Octal2601361130577137135061
Binary10110000101111010010110101111111001111111011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05E4B; }

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

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

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

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

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

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

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

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