Html Css Color HEX #B47370 Coral Tree

📋 copy color: '#B47370'

red 180 ◦ green 115 ◦ blue 112

#B47370
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Coral Tree #B47370

Tints of Coral Tree #B47370

RGB

 RED value IS 180 (70.7% from 255) = 44.23%

 GREEN value IS 115 (45.31% from 255) = 28.26%

 BLUE value IS 112 (44.14% from 255) = 27.52%

R = 44.23%
G = 28.26%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B47370 (or 0xB47370) is known color: Coral Tree. HEX triplet: B4, 73 and 70. RGB value is (180,115,112). Sum of RGB (Red+Green+Blue) = 180+115+112=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B47370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47370 is #4B8C8F. Grayscale: #868686. Windows color (decimal): -4951184 or 7369652. OLE color: 7369652.

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

Color convert

RGB 180 115 112 -
CMYK 0 0.36 0.38 0.29
HSL 2.65º 0.31% 0.57% -
HSV(B) 2.65º 0.38% 0.71% -
XYZ 27.88 23.13 18.33 -
YUV 134.09 115.53 160.74 -
System Red Green Blue C M Y K H S L
Decimal 180 115 112 0 0.36 0.38 0.29 2.65 0.31 0.57
Hex B4 73 70 0 24 26 1D 3 1F 39
Octal 264 163 160 0 44 46 35 3 37 71
Binary 10110100 1110011 1110000 0 100100 100110 11101 11 11111 111001

Color Harmonies of #B47370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47370

Black with #B47370

Text Example


Text Example

White with #B47370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47370; }

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

 H1.HeaderClassName
 {
   color: #B47370;
 }
 .AnyTagClassName
 {
   color: #B47370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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