#B47068

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

Shades of Coral Tree #B47068

Tints of Coral Tree #B47068

Color information

#B47068 (or 0xB47068) is unknown color: approx Coral Tree. HEX triplet: B4, 70 and 68. RGB value is (180,112,104). Sum of RGB (Red+Green+Blue) = 180+112+104=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 104 (41.02% from 255 or 26.26% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B47068 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47068 is #4B8F97. Grayscale: #838383. Windows color (decimal): -4951960 or 6844596. OLE color: 6844596.

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

Color convert

RGB180112104-
CMYK00.380.420.29
HSL6.32º33.63%55.69%-
HSV(B)6.32º42.22%70.59%-
XYZ27.1222.2915.97-
YUV131.42112.53162.65-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.45%
GREEN value IS 112 (44.14% from 255) = 28.28%
BLUE value IS 104 (41.02% from 255) = 26.26%
R=45.45%
G=28.28%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011210400.380.420.296.3233.6355.69
HexB470680262A1D62238
Octal264160150046523564270
Binary1011010011100001101000010011010101011101110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47068; }

 p { color: rgb(180,112,104); }

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

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

 a { background-color: rgb(180,112,104); }

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

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

 span { border-color: rgb(180,112,104); }

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