#B46F6C

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

Shades of Coral Tree #B46F6C

Tints of Coral Tree #B46F6C

Color information

#B46F6C (or 0xB46F6C) is unknown color: approx Coral Tree. HEX triplet: B4, 6F and 6C. RGB value is (180,111,108). Sum of RGB (Red+Green+Blue) = 180+111+108=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 108 (42.58% from 255 or 27.07% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B46F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B46F6C is #4B9093. Grayscale: #838383. Windows color (decimal): -4952212 or 7106484. OLE color: 7106484.

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

Color convert

RGB180111108-
CMYK00.380.400.29
HSL2.5º32.43%56.47%-
HSV(B)2.5º40%70.59%-
XYZ27.2122.1517.03-
YUV131.29114.86162.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.11%
GREEN value IS 111 (43.75% from 255) = 27.82%
BLUE value IS 108 (42.58% from 255) = 27.07%
R=45.11%
G=27.82%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011110800.380.400.292.532.4356.47
HexB46F6C026281D32038
Octal264157154046503534070
Binary101101001101111110110001001101010001110111100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46F6C; }

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

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

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

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

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

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

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

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