#B66E64

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

Shades of Coral Tree #B66E64

Tints of Coral Tree #B66E64

Color information

#B66E64 (or 0xB66E64) is unknown color: approx Coral Tree. HEX triplet: B6, 6E and 64. RGB value is (182,110,100). Sum of RGB (Red+Green+Blue) = 182+110+100=392 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.43% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 100 (39.45% from 255 or 25.51% from 392); Max value from RGB is 182 - color contains mainly: red. Hex color #B66E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66E64 is #49919B. Grayscale: #828282. Windows color (decimal): -4821404 or 6581942. OLE color: 6581942.

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

Color convert

RGB182110100-
CMYK00.400.450.29
HSL7.32º35.96%55.29%-
HSV(B)7.32º45.05%71.37%-
XYZ27.1722.0214.87-
YUV130.39110.85164.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.43%
GREEN value IS 110 (43.36% from 255) = 28.06%
BLUE value IS 100 (39.45% from 255) = 25.51%
R=46.43%
G=28.06%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211010000.400.450.297.3235.9655.29
HexB66E640282D1D72437
Octal266156144050553574467
Binary1011011011011101100100010100010110111101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66E64; }

 p { color: rgb(182,110,100); }

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

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

 a { background-color: rgb(182,110,100); }

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

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

 span { border-color: rgb(182,110,100); }

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