#B66563

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

Shades of Coral Tree #B66563

Tints of Coral Tree #B66563

Color information

#B66563 (or 0xB66563) is unknown color: approx Coral Tree. HEX triplet: B6, 65 and 63. RGB value is (182,101,99). Sum of RGB (Red+Green+Blue) = 182+101+99=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 99 (39.06% from 255 or 25.92% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B66563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66563 is #499A9C. Grayscale: #7D7D7D. Windows color (decimal): -4823709 or 6514102. OLE color: 6514102.

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

Color convert

RGB18210199-
CMYK00.450.460.29
HSL1.45º36.24%55.1%-
HSV(B)1.45º45.6%71.37%-
XYZ26.220.1514.31-
YUV124.99113.34168.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.64%
GREEN value IS 101 (39.84% from 255) = 26.44%
BLUE value IS 99 (39.06% from 255) = 25.92%
R=47.64%
G=26.44%
B=25.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821019900.450.460.291.4536.2455.1
HexB6656302D2E1D12437
Octal266145143055563514467
Binary10110110110010111000110101101101110111011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66563; }

 p { color: rgb(182,101,99); }

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

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

 a { background-color: rgb(182,101,99); }

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

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

 span { border-color: rgb(182,101,99); }

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