Html Css Color HEX #B47770 Coral Tree

📋 copy color: '#B47770'

red 180 ◦ green 119 ◦ blue 112

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

Shades of Coral Tree #B47770

Tints of Coral Tree #B47770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.95%

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

R = 43.8%
G = 28.95%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B47770 (or 0xB47770) is known color: Coral Tree. HEX triplet: B4, 77 and 70. RGB value is (180,119,112). Sum of RGB (Red+Green+Blue) = 180+119+112=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B47770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47770 is #4B888F. Grayscale: #888888. Windows color (decimal): -4950160 or 7370676. OLE color: 7370676.

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

Color convert

RGB 180 119 112 -
CMYK 0 0.34 0.38 0.29
HSL 6.18º 0.31% 0.57% -
HSV(B) 6.18º 0.38% 0.71% -
XYZ 28.34 24.07 18.48 -
YUV 136.44 114.21 159.07 -
System Red Green Blue C M Y K H S L
Decimal 180 119 112 0 0.34 0.38 0.29 6.18 0.31 0.57
Hex B4 77 70 0 22 26 1D 6 1F 39
Octal 264 167 160 0 42 46 35 6 37 71
Binary 10110100 1110111 1110000 0 100010 100110 11101 110 11111 111001

Color Harmonies of #B47770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47770

Black with #B47770

Text Example


Text Example

White with #B47770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47770; }

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

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

background-color css

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

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

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

border-color css

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

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

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