#B46F66

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

Shades of Coral Tree #B46F66

Tints of Coral Tree #B46F66

Color information

#B46F66 (or 0xB46F66) is unknown color: approx Coral Tree. HEX triplet: B4, 6F and 66. RGB value is (180,111,102). Sum of RGB (Red+Green+Blue) = 180+111+102=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 102 (40.23% from 255 or 25.95% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F66 is #4B9099. Grayscale: #828282. Windows color (decimal): -4952218 or 6713268. OLE color: 6713268.

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

Color convert

RGB180111102-
CMYK00.380.430.29
HSL6.92º34.21%55.29%-
HSV(B)6.92º43.33%70.59%-
XYZ26.9122.0315.4-
YUV130.61111.86163.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 102 (40.23% from 255) = 25.95%
R=45.80%
G=28.24%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011110200.380.430.296.9234.2155.29
HexB46F660262B1D72237
Octal264157146046533574267
Binary1011010011011111100110010011010101111101111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F66; }

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

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

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

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

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

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

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

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