#B46766

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

Shades of Coral Tree #B46766

Tints of Coral Tree #B46766

Color information

#B46766 (or 0xB46766) is unknown color: approx Coral Tree. HEX triplet: B4, 67 and 66. RGB value is (180,103,102). Sum of RGB (Red+Green+Blue) = 180+103+102=385 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.75% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 102 (40.23% from 255 or 26.49% from 385); Max value from RGB is 180 - color contains mainly: red. Hex color #B46766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46766 is #4B9899. Grayscale: #7D7D7D. Windows color (decimal): -4954266 or 6711220. OLE color: 6711220.

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

Color convert

RGB180103102-
CMYK00.430.430.29
HSL0.77º34.21%55.29%-
HSV(B)0.77º43.33%70.59%-
XYZ26.0720.3615.13-
YUV125.91114.51166.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.75%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 102 (40.23% from 255) = 26.49%
R=46.75%
G=26.75%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010310200.430.430.290.7734.2155.29
HexB4676602B2B1D12237
Octal264147146053533514267
Binary10110100110011111001100101011101011111011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46766; }

 p { color: rgb(180,103,102); }

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

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

 a { background-color: rgb(180,103,102); }

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

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

 span { border-color: rgb(180,103,102); }

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