#B07560

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

Shades of Coral Tree #B07560

Tints of Coral Tree #B07560

Color information

#B07560 (or 0xB07560) is unknown color: approx Coral Tree. HEX triplet: B0, 75 and 60. RGB value is (176,117,96). Sum of RGB (Red+Green+Blue) = 176+117+96=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 96 (37.89% from 255 or 24.68% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B07560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07560 is #4F8A9F. Grayscale: #848484. Windows color (decimal): -5212832 or 6321584. OLE color: 6321584.

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

Color convert

RGB17611796-
CMYK00.340.450.31
HSL15.75º33.61%53.33%-
HSV(B)15.75º45.45%69.02%-
XYZ26.3822.814.08-
YUV132.25107.55159.21-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 117 (46.09% from 255) = 30.08%
BLUE value IS 96 (37.89% from 255) = 24.68%
R=45.24%
G=30.08%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761179600.340.450.3115.7533.6153.33
HexB075600222D1F102235
Octal2601651400425537204265
Binary101100001110101110000001000101011011111110000100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B07560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B07560; }

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

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

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

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

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

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

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

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