Html Css Color HEX #B47272 Coral Tree

📋 copy color: '#B47272'

red 180 ◦ green 114 ◦ blue 114

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

Shades of Coral Tree #B47272

Tints of Coral Tree #B47272

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.94%

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

R = 44.12%
G = 27.94%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B47272 (or 0xB47272) is known color: Coral Tree. HEX triplet: B4, 72 and 72. RGB value is (180,114,114). Sum of RGB (Red+Green+Blue) = 180+114+114=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 114 (44.92% from 255 or 27.94% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B47272 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47272 is #4B8D8D. Grayscale: #858585. Windows color (decimal): -4951438 or 7500468. OLE color: 7500468.

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

Color convert

RGB 180 114 114 -
CMYK 0 0.37 0.37 0.29
HSL 0.31% 0.58% -
HSV(B) 0.37% 0.71% -
XYZ 27.88 22.95 18.88 -
YUV 133.73 116.87 161 -
System Red Green Blue C M Y K H S L
Decimal 180 114 114 0 0.37 0.37 0.29 0 0.31 0.58
Hex B4 72 72 0 25 25 1D 0 1F 3A
Octal 264 162 162 0 45 45 35 0 37 72
Binary 10110100 1110010 1110010 0 100101 100101 11101 0 11111 111010

Color Harmonies of #B47272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47272

Black with #B47272

Text Example


Text Example

White with #B47272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47272; }

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

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

background-color css

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

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

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

border-color css

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

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

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