Html Css Color HEX #B47472 Coral Tree

📋 copy color: '#B47472'

red 180 ◦ green 116 ◦ blue 114

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

Shades of Coral Tree #B47472

Tints of Coral Tree #B47472

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.29%

 BLUE value IS 114 (44.92% from 255) = 27.8%

R = 43.9%
G = 28.29%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B47472 (or 0xB47472) is known color: Coral Tree. HEX triplet: B4, 74 and 72. RGB value is (180,116,114). Sum of RGB (Red+Green+Blue) = 180+116+114=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 116 (45.70% from 255 or 28.29% from 410); Blue value is 114 (44.92% from 255 or 27.80% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B47472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47472 is #4B8B8D. Grayscale: #868686. Windows color (decimal): -4950926 or 7500980. OLE color: 7500980.

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

Color convert

RGB 180 116 114 -
CMYK 0 0.36 0.37 0.29
HSL 1.82º 0.31% 0.58% -
HSV(B) 1.82º 0.37% 0.71% -
XYZ 28.11 23.41 18.96 -
YUV 134.91 116.2 160.16 -
System Red Green Blue C M Y K H S L
Decimal 180 116 114 0 0.36 0.37 0.29 1.82 0.31 0.58
Hex B4 74 72 0 24 25 1D 2 1F 3A
Octal 264 164 162 0 44 45 35 2 37 72
Binary 10110100 1110100 1110010 0 100100 100101 11101 10 11111 111010

Color Harmonies of #B47472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47472

Black with #B47472

Text Example


Text Example

White with #B47472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47472; }

 p { color: rgb(180,116,114); }

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

background-color css

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

 a { background-color: rgb(180,116,114); }

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

border-color css

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

 span { border-color: rgb(180,116,114); }

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