#B66F66

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

Shades of Coral Tree #B66F66

Tints of Coral Tree #B66F66

Color information

#B66F66 (or 0xB66F66) is unknown color: approx Coral Tree. HEX triplet: B6, 6F and 66. RGB value is (182,111,102). Sum of RGB (Red+Green+Blue) = 182+111+102=395 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.08% from 395); Green value is 111 (43.75% from 255 or 28.10% from 395); Blue value is 102 (40.23% from 255 or 25.82% from 395); Max value from RGB is 182 - color contains mainly: red. Hex color #B66F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66F66 is #499099. Grayscale: #838383. Windows color (decimal): -4821146 or 6713270. OLE color: 6713270.

HSL color Cylindrical-coordinate representation of color #B66F66: hue angle of 6.75º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B66F66 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB182111102-
CMYK00.390.440.29
HSL6.75º35.4%55.69%-
HSV(B)6.75º43.96%71.37%-
XYZ27.3722.2715.43-
YUV131.2111.52164.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.08%
GREEN value IS 111 (43.75% from 255) = 28.10%
BLUE value IS 102 (40.23% from 255) = 25.82%
R=46.08%
G=28.10%
B=25.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211110200.390.440.296.7535.455.69
HexB66F660272C1D72338
Octal266157146047543574370
Binary1011011011011111100110010011110110011101111100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66F66; }

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

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

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

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

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

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

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

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