#B4756B

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

Shades of Coral Tree #B4756B

Tints of Coral Tree #B4756B

Color information

#B4756B (or 0xB4756B) is unknown color: approx Coral Tree. HEX triplet: B4, 75 and 6B. RGB value is (180,117,107). Sum of RGB (Red+Green+Blue) = 180+117+107=404 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.55% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 180 - color contains mainly: red. Hex color #B4756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4756B is #4B8A94. Grayscale: #868686. Windows color (decimal): -4950677 or 7042484. OLE color: 7042484.

HSL color Cylindrical-coordinate representation of color #B4756B: hue angle of 8.22º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B4756B is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB180117107-
CMYK00.350.410.29
HSL8.22º32.74%56.27%-
HSV(B)8.22º40.56%70.59%-
XYZ27.8423.4916.98-
YUV134.7112.37160.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.55%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=44.55%
G=28.96%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011710700.350.410.298.2232.7456.27
HexB4756B023291D82138
Octal2641651530435135104170
Binary10110100111010111010110100011101001111011000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4756B; }

 p { color: rgb(180,117,107); }

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

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

 a { background-color: rgb(180,117,107); }

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

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

 span { border-color: rgb(180,117,107); }

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