#B4715D

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

Shades of Coral Tree #B4715D

Tints of Coral Tree #B4715D

Color information

#B4715D (or 0xB4715D) is unknown color: approx Coral Tree. HEX triplet: B4, 71 and 5D. RGB value is (180,113,93). Sum of RGB (Red+Green+Blue) = 180+113+93=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B4715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4715D is #4B8EA2. Grayscale: #828282. Windows color (decimal): -4951715 or 6123956. OLE color: 6123956.

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

Color convert

RGB18011393-
CMYK00.370.480.29
HSL13.79º36.71%53.53%-
HSV(B)13.79º48.33%70.59%-
XYZ26.722.313.25-
YUV130.75106.7163.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.63%
GREEN value IS 113 (44.53% from 255) = 29.27%
BLUE value IS 93 (36.72% from 255) = 24.09%
R=46.63%
G=29.27%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801139300.370.480.2913.7936.7153.53
HexB4715D025301De2536
Octal2641611350456035164566
Binary10110100111000110111010100101110000111011110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4715D; }

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

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

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

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

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

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

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

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