#B4745F

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

Shades of Coral Tree #B4745F

Tints of Coral Tree #B4745F

Color information

#B4745F (or 0xB4745F) is unknown color: approx Coral Tree. HEX triplet: B4, 74 and 5F. RGB value is (180,116,95). Sum of RGB (Red+Green+Blue) = 180+116+95=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 95 (37.5% from 255 or 24.30% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B4745F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4745F is #4B8BA0. Grayscale: #848484. Windows color (decimal): -4950945 or 6255796. OLE color: 6255796.

HSL color Cylindrical-coordinate representation of color #B4745F: hue angle of 14.82º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4745F is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB18011695-
CMYK00.360.470.29
HSL14.82º36.17%53.92%-
HSV(B)14.82º47.22%70.59%-
XYZ27.1323.0213.84-
YUV132.74106.7161.71-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 95 (37.5% from 255) = 24.30%
R=46.04%
G=29.67%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801169500.360.470.2914.8236.1753.92
HexB4745F0242F1Df2436
Octal2641641370445735174466
Binary10110100111010010111110100100101111111011111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4745F; }

 p { color: rgb(180,116,95); }

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

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

 a { background-color: rgb(180,116,95); }

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

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

 span { border-color: rgb(180,116,95); }

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