#B06760

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

Shades of Coral Tree #B06760

Tints of Coral Tree #B06760

Color information

#B06760 (or 0xB06760) is unknown color: approx Coral Tree. HEX triplet: B0, 67 and 60. RGB value is (176,103,96). Sum of RGB (Red+Green+Blue) = 176+103+96=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 96 (37.89% from 255 or 25.6% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B06760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06760 is #4F989F. Grayscale: #7C7C7C. Windows color (decimal): -5216416 or 6318000. OLE color: 6318000.

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

Color convert

RGB17610396-
CMYK00.410.450.31
HSL5.25º33.61%53.33%-
HSV(B)5.25º45.45%69.02%-
XYZ24.8719.7813.57-
YUV124.03112.18165.07-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 96 (37.89% from 255) = 25.6%
R=46.93%
G=27.47%
B=25.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761039600.410.450.315.2533.6153.33
HexB067600292D1F52235
Octal260147140051553754265
Binary1011000011001111100000010100110110111111101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06760; }

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

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

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

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

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

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

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

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