#B06960

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

Shades of Coral Tree #B06960

Tints of Coral Tree #B06960

Color information

#B06960 (or 0xB06960) is unknown color: approx Coral Tree. HEX triplet: B0, 69 and 60. RGB value is (176,105,96). Sum of RGB (Red+Green+Blue) = 176+105+96=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 96 (37.89% from 255 or 25.46% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B06960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B06960 is #4F969F. Grayscale: #7D7D7D. Windows color (decimal): -5215904 or 6318512. OLE color: 6318512.

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

Color convert

RGB17610596-
CMYK00.400.450.31
HSL6.75º33.61%53.33%-
HSV(B)6.75º45.45%69.02%-
XYZ25.0720.1813.64-
YUV125.2111.52164.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 96 (37.89% from 255) = 25.46%
R=46.68%
G=27.85%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761059600.400.450.316.7533.6153.33
HexB069600282D1F72235
Octal260151140050553774265
Binary1011000011010011100000010100010110111111111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06960; }

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

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

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

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

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

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

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

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