#B66C64

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

Shades of Coral Tree #B66C64

Tints of Coral Tree #B66C64

Color information

#B66C64 (or 0xB66C64) is unknown color: approx Coral Tree. HEX triplet: B6, 6C and 64. RGB value is (182,108,100). Sum of RGB (Red+Green+Blue) = 182+108+100=390 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.67% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 100 (39.45% from 255 or 25.64% from 390); Max value from RGB is 182 - color contains mainly: red. Hex color #B66C64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66C64 is #49939B. Grayscale: #818181. Windows color (decimal): -4821916 or 6581430. OLE color: 6581430.

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

Color convert

RGB182108100-
CMYK00.410.450.29
HSL5.85º35.96%55.29%-
HSV(B)5.85º45.05%71.37%-
XYZ26.9521.5914.8-
YUV129.21111.52165.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.67%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 100 (39.45% from 255) = 25.64%
R=46.67%
G=27.69%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210810000.410.450.295.8535.9655.29
HexB66C640292D1D62437
Octal266154144051553564467
Binary1011011011011001100100010100110110111101110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66C64; }

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

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

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

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

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

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

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

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