#B66862

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

Shades of Coral Tree #B66862

Tints of Coral Tree #B66862

Color information

#B66862 (or 0xB66862) is unknown color: approx Coral Tree. HEX triplet: B6, 68 and 62. RGB value is (182,104,98). Sum of RGB (Red+Green+Blue) = 182+104+98=384 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.40% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 98 (38.67% from 255 or 25.52% from 384); Max value from RGB is 182 - color contains mainly: red. Hex color #B66862 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66862 is #49979D. Grayscale: #7E7E7E. Windows color (decimal): -4822942 or 6449334. OLE color: 6449334.

HSL color Cylindrical-coordinate representation of color #B66862: hue angle of 4.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B66862 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB18210498-
CMYK00.430.460.29
HSL4.29º36.52%54.9%-
HSV(B)4.29º46.15%71.37%-
XYZ26.4520.7314.16-
YUV126.64111.84167.49-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.40%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 98 (38.67% from 255) = 25.52%
R=47.40%
G=27.08%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821049800.430.460.294.2936.5254.9
HexB6686202B2E1D42537
Octal266150142053563544567
Binary1011011011010001100010010101110111011101100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66862; }

 p { color: rgb(182,104,98); }

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

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

 a { background-color: rgb(182,104,98); }

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

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

 span { border-color: rgb(182,104,98); }

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