#B67560

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

Shades of Coral Tree #B67560

Tints of Coral Tree #B67560

Color information

#B67560 (or 0xB67560) is unknown color: approx Coral Tree. HEX triplet: B6, 75 and 60. RGB value is (182,117,96). Sum of RGB (Red+Green+Blue) = 182+117+96=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 117 (46.09% from 255 or 29.62% from 395); Blue value is 96 (37.89% from 255 or 24.30% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B67560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B67560 is #498A9F. Grayscale: #868686. Windows color (decimal): -4819616 or 6321590. OLE color: 6321590.

HSL color Cylindrical-coordinate representation of color #B67560: hue angle of 14.65º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B67560 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18211796-
CMYK00.360.470.29
HSL14.65º37.07%54.51%-
HSV(B)14.65º47.25%71.37%-
XYZ27.7623.5114.14-
YUV134.04106.53162.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 117 (46.09% from 255) = 29.62%
BLUE value IS 96 (37.89% from 255) = 24.30%
R=46.08%
G=29.62%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821179600.360.470.2914.6537.0754.51
HexB675600242F1Df2537
Octal2661651400445735174567
Binary10110110111010111000000100100101111111011111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67560; }

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

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

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

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

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

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

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

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