#B66B64

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

Shades of Coral Tree #B66B64

Tints of Coral Tree #B66B64

Color information

#B66B64 (or 0xB66B64) is unknown color: approx Coral Tree. HEX triplet: B6, 6B and 64. RGB value is (182,107,100). Sum of RGB (Red+Green+Blue) = 182+107+100=389 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.79% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 182 - color contains mainly: red. Hex color #B66B64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66B64 is #49949B. Grayscale: #808080. Windows color (decimal): -4822172 or 6581174. OLE color: 6581174.

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

Color convert

RGB182107100-
CMYK00.410.450.29
HSL5.12º35.96%55.29%-
HSV(B)5.12º45.05%71.37%-
XYZ26.8521.3814.77-
YUV128.63111.85166.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.79%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=46.79%
G=27.51%
B=25.71%

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
Decimal18210710000.410.450.295.1235.9655.29
HexB66B640292D1D52437
Octal266153144051553554467
Binary1011011011010111100100010100110110111101101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66B64; }

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

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

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

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

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

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

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

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