#B4716C

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

Shades of Coral Tree #B4716C

Tints of Coral Tree #B4716C

Color information

#B4716C (or 0xB4716C) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 6C. RGB value is (180,113,108). Sum of RGB (Red+Green+Blue) = 180+113+108=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4716C is #4B8E93. Grayscale: #848484. Windows color (decimal): -4951700 or 7106996. OLE color: 7106996.

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

Color convert

RGB180113108-
CMYK00.370.400.29
HSL4.17º32.43%56.47%-
HSV(B)4.17º40%70.59%-
XYZ27.4322.617.1-
YUV132.46114.2161.91-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.89%
GREEN value IS 113 (44.53% from 255) = 28.18%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=44.89%
G=28.18%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011310800.370.400.294.1732.4356.47
HexB4716C025281D42038
Octal264161154045503544070
Binary1011010011100011101100010010110100011101100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4716C; }

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

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

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

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

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

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

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

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