#B66B60

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

Shades of Coral Tree #B66B60

Tints of Coral Tree #B66B60

Color information

#B66B60 (or 0xB66B60) is unknown color: approx Coral Tree. HEX triplet: B6, 6B and 60. RGB value is (182,107,96). Sum of RGB (Red+Green+Blue) = 182+107+96=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 107 (42.19% from 255 or 27.79% from 385); Blue value is 96 (37.89% from 255 or 24.94% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B60 is #49949F. Grayscale: #808080. Windows color (decimal): -4822176 or 6319030. OLE color: 6319030.

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

Color convert

RGB18210796-
CMYK00.410.470.29
HSL7.67º37.07%54.51%-
HSV(B)7.67º47.25%71.37%-
XYZ26.6621.3113.77-
YUV128.17109.85166.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 107 (42.19% from 255) = 27.79%
BLUE value IS 96 (37.89% from 255) = 24.94%
R=47.27%
G=27.79%
B=24.94%

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
Decimal1821079600.410.470.297.6737.0754.51
HexB66B600292F1D82537
Octal2661531400515735104567
Binary10110110110101111000000101001101111111011000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B60; }

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

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

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

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

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

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

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

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