#B06F60

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

Shades of Coral Tree #B06F60

Tints of Coral Tree #B06F60

Color information

#B06F60 (or 0xB06F60) is unknown color: approx Coral Tree. HEX triplet: B0, 6F and 60. RGB value is (176,111,96). Sum of RGB (Red+Green+Blue) = 176+111+96=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06F60 is #4F909F. Grayscale: #808080. Windows color (decimal): -5214368 or 6320048. OLE color: 6320048.

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

Color convert

RGB17611196-
CMYK00.370.450.31
HSL11.25º33.61%53.33%-
HSV(B)11.25º45.45%69.02%-
XYZ25.721.4413.85-
YUV128.72109.53161.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=45.95%
G=28.98%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761119600.370.450.3111.2533.6153.33
HexB06F600252D1Fb2235
Octal2601571400455537134265
Binary10110000110111111000000100101101101111111011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06F60; }

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

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

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

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

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

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

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

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