#B66764

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

Shades of Coral Tree #B66764

Tints of Coral Tree #B66764

Color information

#B66764 (or 0xB66764) is unknown color: approx Coral Tree. HEX triplet: B6, 67 and 64. RGB value is (182,103,100). Sum of RGB (Red+Green+Blue) = 182+103+100=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 100 (39.45% from 255 or 25.97% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B66764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66764 is #49989B. Grayscale: #7E7E7E. Windows color (decimal): -4823196 or 6580150. OLE color: 6580150.

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

Color convert

RGB182103100-
CMYK00.430.450.29
HSL2.2º35.96%55.29%-
HSV(B)2.2º45.05%71.37%-
XYZ26.4420.5714.63-
YUV126.28113.17167.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 100 (39.45% from 255) = 25.97%
R=47.27%
G=26.75%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210310000.430.450.292.235.9655.29
HexB6676402B2D1D22437
Octal266147144053553524467
Binary101101101100111110010001010111011011110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66764; }

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

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

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

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

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

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

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

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