#B66960

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

Shades of Coral Tree #B66960

Tints of Coral Tree #B66960

Color information

#B66960 (or 0xB66960) is unknown color: approx Coral Tree. HEX triplet: B6, 69 and 60. RGB value is (182,105,96). Sum of RGB (Red+Green+Blue) = 182+105+96=383 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.52% from 383); Green value is 105 (41.41% from 255 or 27.42% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 182 - color contains mainly: red. Hex color #B66960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B66960 is #49969F. Grayscale: #7F7F7F. Windows color (decimal): -4822688 or 6318518. OLE color: 6318518.

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

Color convert

RGB18210596-
CMYK00.420.470.29
HSL6.28º37.07%54.51%-
HSV(B)6.28º47.25%71.37%-
XYZ26.4520.8913.7-
YUV127110.51167.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.52%
GREEN value IS 105 (41.41% from 255) = 27.42%
BLUE value IS 96 (37.89% from 255) = 25.07%
R=47.52%
G=27.42%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821059600.420.470.296.2837.0754.51
HexB6696002A2F1D62537
Octal266151140052573564567
Binary1011011011010011100000010101010111111101110100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66960; }

 p { color: rgb(182,105,96); }

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

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

 a { background-color: rgb(182,105,96); }

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

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

 span { border-color: rgb(182,105,96); }

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