#B66C60

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

Shades of Coral Tree #B66C60

Tints of Coral Tree #B66C60

Color information

#B66C60 (or 0xB66C60) is unknown color: approx Coral Tree. HEX triplet: B6, 6C and 60. RGB value is (182,108,96). Sum of RGB (Red+Green+Blue) = 182+108+96=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 96 (37.89% from 255 or 24.87% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C60 is #49939F. Grayscale: #808080. Windows color (decimal): -4821920 or 6319286. OLE color: 6319286.

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

Color convert

RGB18210896-
CMYK00.410.470.29
HSL8.37º37.07%54.51%-
HSV(B)8.37º47.25%71.37%-
XYZ26.7721.5113.81-
YUV128.76109.52165.98-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 108 (42.58% from 255) = 27.98%
BLUE value IS 96 (37.89% from 255) = 24.87%
R=47.15%
G=27.98%
B=24.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821089600.410.470.298.3737.0754.51
HexB66C600292F1D82537
Octal2661541400515735104567
Binary10110110110110011000000101001101111111011000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C60; }

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

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

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

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

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

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

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

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