#B06058

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

Shades of Coral Tree #B06058

Tints of Coral Tree #B06058

Color information

#B06058 (or 0xB06058) is unknown color: approx Coral Tree. HEX triplet: B0, 60 and 58. RGB value is (176,96,88). Sum of RGB (Red+Green+Blue) = 176+96+88=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B06058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06058 is #4F9FA7. Grayscale: #777777. Windows color (decimal): -5218216 or 5791920. OLE color: 5791920.

HSL color Cylindrical-coordinate representation of color #B06058: hue angle of 5.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B06058 is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB1769688-
CMYK00.450.500.31
HSL5.45º35.77%51.76%-
HSV(B)5.45º50%69.02%-
XYZ23.8518.311.51-
YUV119.01110.5168.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 96 (37.89% from 255) = 26.67%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=48.89%
G=26.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176968800.450.500.315.4535.7751.76
HexB0605802D321F52434
Octal260140130055623754464
Binary1011000011000001011000010110111001011111101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06058; }

 p { color: rgb(176,96,88); }

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

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

 a { background-color: rgb(176,96,88); }

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

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

 span { border-color: rgb(176,96,88); }

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