Html Css Color HEX #B47170 Coral Tree

📋 copy color: '#B47170'

red 180 ◦ green 113 ◦ blue 112

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

Shades of Coral Tree #B47170

Tints of Coral Tree #B47170

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.9%

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

R = 44.44%
G = 27.9%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B47170 (or 0xB47170) is known color: Coral Tree. HEX triplet: B4, 71 and 70. RGB value is (180,113,112). Sum of RGB (Red+Green+Blue) = 180+113+112=405 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.44% from 405); Green value is 113 (44.53% from 255 or 27.90% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 180 - color contains mainly: red. Hex color #B47170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47170 is #4B8E8F. Grayscale: #848484. Windows color (decimal): -4951696 or 7369140. OLE color: 7369140.

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

Color convert

RGB 180 113 112 -
CMYK 0 0.37 0.38 0.29
HSL 0.88º 0.31% 0.57% -
HSV(B) 0.88º 0.38% 0.71% -
XYZ 27.65 22.68 18.25 -
YUV 132.92 116.2 161.58 -
System Red Green Blue C M Y K H S L
Decimal 180 113 112 0 0.37 0.38 0.29 0.88 0.31 0.57
Hex B4 71 70 0 25 26 1D 1 1F 39
Octal 264 161 160 0 45 46 35 1 37 71
Binary 10110100 1110001 1110000 0 100101 100110 11101 1 11111 111001

Color Harmonies of #B47170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47170

Black with #B47170

Text Example


Text Example

White with #B47170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47170; }

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

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

background-color css

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

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

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

border-color css

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

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

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