#B66661

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

Shades of Coral Tree #B66661

Tints of Coral Tree #B66661

Color information

#B66661 (or 0xB66661) is unknown color: approx Coral Tree. HEX triplet: B6, 66 and 61. RGB value is (182,102,97). Sum of RGB (Red+Green+Blue) = 182+102+97=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 102 (40.23% from 255 or 26.77% from 381); Blue value is 97 (38.28% from 255 or 25.46% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B66661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66661 is #49999E. Grayscale: #7D7D7D. Windows color (decimal): -4823455 or 6383286. OLE color: 6383286.

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

Color convert

RGB18210297-
CMYK00.440.470.29
HSL3.53º36.8%54.71%-
HSV(B)3.53º46.7%71.37%-
XYZ26.220.3113.85-
YUV125.35112168.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.77%
GREEN value IS 102 (40.23% from 255) = 26.77%
BLUE value IS 97 (38.28% from 255) = 25.46%
R=47.77%
G=26.77%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821029700.440.470.293.5336.854.71
HexB6666102C2F1D42537
Octal266146141054573544567
Binary1011011011001101100001010110010111111101100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66661; }

 p { color: rgb(182,102,97); }

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

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

 a { background-color: rgb(182,102,97); }

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

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

 span { border-color: rgb(182,102,97); }

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