#B4756F

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

Shades of Coral Tree #B4756F

Tints of Coral Tree #B4756F

Color information

#B4756F (or 0xB4756F) is unknown color: approx Coral Tree. HEX triplet: B4, 75 and 6F. RGB value is (180,117,111). Sum of RGB (Red+Green+Blue) = 180+117+111=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 111 (43.75% from 255 or 27.21% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4756F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4756F is #4B8A90. Grayscale: #878787. Windows color (decimal): -4950673 or 7304628. OLE color: 7304628.

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

Color convert

RGB180117111-
CMYK00.350.380.29
HSL5.22º31.51%57.06%-
HSV(B)5.22º38.33%70.59%-
XYZ28.0523.5718.11-
YUV135.15114.37159.99-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.12%
GREEN value IS 117 (46.09% from 255) = 28.68%
BLUE value IS 111 (43.75% from 255) = 27.21%
R=44.12%
G=28.68%
B=27.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011711100.350.380.295.2231.5157.06
HexB4756F023261D52039
Octal264165157043463554071
Binary1011010011101011101111010001110011011101101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4756F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4756F; }

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

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

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

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

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

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

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

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