#b05e5d

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

Shades of Coral Tree #B05E5D

Tints of Coral Tree #B05E5D

Color information

#B05E5D (or 0xB05E5D) is unknown color: approx Coral Tree. HEX triplet: B0, 5E and 5D. RGB value is (176,94,93). Sum of RGB (Red+Green+Blue) = 176+94+93=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 93 (36.72% from 255 or 25.62% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05E5D is #4FA1A2. Grayscale: #767676. Windows color (decimal): -5218723 or 6119088. OLE color: 6119088.

HSL color Cylindrical-coordinate representation of color #B05E5D: hue angle of 0.72º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B05E5D is Cyan = 0, Magento = 0.47, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB1769493-
CMYK00.470.470.31
HSL0.72º34.44%52.75%-
HSV(B)0.72º47.16%69.02%-
XYZ23.8818.0312.58-
YUV118.4113.67169.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 93 (36.72% from 255) = 25.62%
R=48.48%
G=25.90%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176949300.470.470.310.7234.4452.75
HexB05E5D02F2F1F12235
Octal260136135057573714265
Binary10110000101111010111010101111101111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05e5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05e5d; }

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

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

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

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

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

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

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

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