#B66561

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

Shades of Coral Tree #B66561

Tints of Coral Tree #B66561

Color information

#B66561 (or 0xB66561) is unknown color: approx Coral Tree. HEX triplet: B6, 65 and 61. RGB value is (182,101,97). Sum of RGB (Red+Green+Blue) = 182+101+97=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B66561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66561 is #499A9E. Grayscale: #7C7C7C. Windows color (decimal): -4823711 or 6383030. OLE color: 6383030.

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

Color convert

RGB18210197-
CMYK00.450.470.29
HSL2.82º36.8%54.71%-
HSV(B)2.82º46.7%71.37%-
XYZ26.120.1213.82-
YUV124.76112.34168.83-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.89%
GREEN value IS 101 (39.84% from 255) = 26.58%
BLUE value IS 97 (38.28% from 255) = 25.53%
R=47.89%
G=26.58%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821019700.450.470.292.8236.854.71
HexB6656102D2F1D32537
Octal266145141055573534567
Binary101101101100101110000101011011011111110111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66561; }

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

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

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

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

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

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

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

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