#B46C66

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

Shades of Coral Tree #B46C66

Tints of Coral Tree #B46C66

Color information

#B46C66 (or 0xB46C66) is unknown color: approx Coral Tree. HEX triplet: B4, 6C and 66. RGB value is (180,108,102). Sum of RGB (Red+Green+Blue) = 180+108+102=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 180 - color contains mainly: red. Hex color #B46C66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46C66 is #4B9399. Grayscale: #808080. Windows color (decimal): -4952986 or 6712500. OLE color: 6712500.

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

Color convert

RGB180108102-
CMYK00.400.430.29
HSL4.62º34.21%55.29%-
HSV(B)4.62º43.33%70.59%-
XYZ26.5821.3915.3-
YUV128.84112.85164.49-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.15%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 102 (40.23% from 255) = 26.15%
R=46.15%
G=27.69%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010810200.400.430.294.6234.2155.29
HexB46C660282B1D52237
Octal264154146050533554267
Binary1011010011011001100110010100010101111101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46C66; }

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

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

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

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

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

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

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

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