#B46D6C

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

Shades of Coral Tree #B46D6C

Tints of Coral Tree #B46D6C

Color information

#B46D6C (or 0xB46D6C) is unknown color: approx Coral Tree. HEX triplet: B4, 6D and 6C. RGB value is (180,109,108). Sum of RGB (Red+Green+Blue) = 180+109+108=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 108 (42.58% from 255 or 27.20% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B46D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46D6C is #4B9293. Grayscale: #828282. Windows color (decimal): -4952724 or 7105972. OLE color: 7105972.

HSL color Cylindrical-coordinate representation of color #B46D6C: hue angle of 0.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B46D6C is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB180109108-
CMYK00.390.400.29
HSL0.83º32.43%56.47%-
HSV(B)0.83º40%70.59%-
XYZ2721.7216.96-
YUV130.12115.52163.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.34%
GREEN value IS 109 (42.97% from 255) = 27.46%
BLUE value IS 108 (42.58% from 255) = 27.20%
R=45.34%
G=27.46%
B=27.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18010910800.390.400.290.8332.4356.47
HexB46D6C027281D12038
Octal264155154047503514070
Binary10110100110110111011000100111101000111011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46D6C; }

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

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

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

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

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

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

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

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