#B27560

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

Shades of Coral Tree #B27560

Tints of Coral Tree #B27560

Color information

#B27560 (or 0xB27560) is unknown color: approx Coral Tree. HEX triplet: B2, 75 and 60. RGB value is (178,117,96). Sum of RGB (Red+Green+Blue) = 178+117+96=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 96 (37.89% from 255 or 24.55% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B27560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B27560 is #4D8A9F. Grayscale: #848484. Windows color (decimal): -5081760 or 6321586. OLE color: 6321586.

HSL color Cylindrical-coordinate representation of color #B27560: hue angle of 15.37º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B27560 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB17811796-
CMYK00.340.460.30
HSL15.37º34.75%53.73%-
HSV(B)15.37º46.07%69.8%-
XYZ26.8323.0314.1-
YUV132.84107.21160.21-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.52%
GREEN value IS 117 (46.09% from 255) = 29.92%
BLUE value IS 96 (37.89% from 255) = 24.55%
R=45.52%
G=29.92%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1781179600.340.460.3015.3734.7553.73
HexB275600222E1Ef2336
Octal2621651400425636174366
Binary10110010111010111000000100010101110111101111100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B27560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B27560; }

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

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

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

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

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

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

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

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