#B47965

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

Shades of Coral Tree #B47965

Tints of Coral Tree #B47965

Color information

#B47965 (or 0xB47965) is unknown color: approx Coral Tree. HEX triplet: B4, 79 and 65. RGB value is (180,121,101). Sum of RGB (Red+Green+Blue) = 180+121+101=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 101 (39.84% from 255 or 25.12% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B47965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47965 is #4B869A. Grayscale: #888888. Windows color (decimal): -4949659 or 6650292. OLE color: 6650292.

HSL color Cylindrical-coordinate representation of color #B47965: hue angle of 15.19º 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 #B47965 is Cyan = 0, Magento = 0.33, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB180121101-
CMYK00.330.440.29
HSL15.19º34.5%55.1%-
HSV(B)15.19º43.89%70.59%-
XYZ28.0124.3215.53-
YUV136.36108.05159.13-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 44.78%
GREEN value IS 121 (47.66% from 255) = 30.10%
BLUE value IS 101 (39.84% from 255) = 25.12%
R=44.78%
G=30.10%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.44
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18012110100.330.440.2915.1934.555.1
HexB479650212C1Df2237
Octal2641711450415435174267
Binary10110100111100111001010100001101100111011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B47965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B47965; }

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

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

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

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

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

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

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

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