#B66760

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

Shades of Coral Tree #B66760

Tints of Coral Tree #B66760

Color information

#B66760 (or 0xB66760) is unknown color: approx Coral Tree. HEX triplet: B6, 67 and 60. RGB value is (182,103,96). Sum of RGB (Red+Green+Blue) = 182+103+96=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 103 (40.62% from 255 or 27.03% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B66760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66760 is #49989F. Grayscale: #7D7D7D. Windows color (decimal): -4823200 or 6318006. OLE color: 6318006.

HSL color Cylindrical-coordinate representation of color #B66760: hue angle of 4.88º 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 #B66760 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18210396-
CMYK00.430.470.29
HSL4.88º37.07%54.51%-
HSV(B)4.88º47.25%71.37%-
XYZ26.2520.4913.64-
YUV125.82111.17168.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 103 (40.62% from 255) = 27.03%
BLUE value IS 96 (37.89% from 255) = 25.20%
R=47.77%
G=27.03%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821039600.430.470.294.8837.0754.51
HexB6676002B2F1D52537
Octal266147140053573554567
Binary1011011011001111100000010101110111111101101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66760; }

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

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

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

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

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

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

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

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