#B47765

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

Shades of Coral Tree #B47765

Tints of Coral Tree #B47765

Color information

#B47765 (or 0xB47765) is unknown color: approx Coral Tree. HEX triplet: B4, 77 and 65. RGB value is (180,119,101). Sum of RGB (Red+Green+Blue) = 180+119+101=400 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45% from 400); Green value is 119 (46.88% from 255 or 29.75% from 400); Blue value is 101 (39.84% from 255 or 25.25% from 400); Max value from RGB is 180 - color contains mainly: red. Hex color #B47765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47765 is #4B889A. Grayscale: #878787. Windows color (decimal): -4950171 or 6649780. OLE color: 6649780.

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

Color convert

RGB180119101-
CMYK00.340.440.29
HSL13.67º34.5%55.1%-
HSV(B)13.67º43.89%70.59%-
XYZ27.7723.8415.45-
YUV135.19108.71159.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45%
GREEN value IS 119 (46.88% from 255) = 29.75%
BLUE value IS 101 (39.84% from 255) = 25.25%
R=45%
G=29.75%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18011910100.340.440.2913.6734.555.1
HexB477650222C1De2237
Octal2641671450425435164267
Binary10110100111011111001010100010101100111011110100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47765; }

 p { color: rgb(180,119,101); }

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

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

 a { background-color: rgb(180,119,101); }

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

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

 span { border-color: rgb(180,119,101); }

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