#b06158

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

Shades of Coral Tree #B06158

Tints of Coral Tree #B06158

Color information

#B06158 (or 0xB06158) is unknown color: approx Coral Tree. HEX triplet: B0, 61 and 58. RGB value is (176,97,88). Sum of RGB (Red+Green+Blue) = 176+97+88=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 88 (34.77% from 255 or 24.38% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B06158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06158 is #4F9EA7. Grayscale: #777777. Windows color (decimal): -5217960 or 5792176. OLE color: 5792176.

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

Color convert

RGB1769788-
CMYK00.450.500.31
HSL6.14º35.77%51.76%-
HSV(B)6.14º50%69.02%-
XYZ23.9418.4811.54-
YUV119.59110.17168.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.75%
GREEN value IS 97 (38.28% from 255) = 26.87%
BLUE value IS 88 (34.77% from 255) = 24.38%
R=48.75%
G=26.87%
B=24.38%

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
Decimal176978800.450.500.316.1435.7751.76
HexB0615802D321F62434
Octal260141130055623764464
Binary1011000011000011011000010110111001011111110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b06158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b06158; }

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

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

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

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

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

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

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

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