Html Css Color HEX #B37472 Coral Tree

📋 copy color: '#B37472'

red 179 ◦ green 116 ◦ blue 114

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

Shades of Coral Tree #B37472

Tints of Coral Tree #B37472

RGB

 RED value IS 179 (70.31% from 255) = 43.77%

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

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

R = 43.77%
G = 28.36%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#B37472 (or 0xB37472) is known color: Coral Tree. HEX triplet: B3, 74 and 72. RGB value is (179,116,114). Sum of RGB (Red+Green+Blue) = 179+116+114=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 114 (44.92% from 255 or 27.87% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B37472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37472 is #4C8B8D. Grayscale: #868686. Windows color (decimal): -5016462 or 7500979. OLE color: 7500979.

HSL color Cylindrical-coordinate representation of color #B37472: hue angle of 1.85º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B37472 is Cyan = 0, Magento = 0.35, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 116 114 -
CMYK 0 0.35 0.36 0.30
HSL 1.85º 0.3% 0.57% -
HSV(B) 1.85º 0.36% 0.7% -
XYZ 27.87 23.29 18.95 -
YUV 134.61 116.37 159.66 -
System Red Green Blue C M Y K H S L
Decimal 179 116 114 0 0.35 0.36 0.30 1.85 0.3 0.57
Hex B3 74 72 0 23 24 1E 2 1E 39
Octal 263 164 162 0 43 44 36 2 36 71
Binary 10110011 1110100 1110010 0 100011 100100 11110 10 11110 111001

Color Harmonies of #B37472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37472

Black with #B37472

Text Example


Text Example

White with #B37472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37472; }

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

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

background-color css

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

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

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

border-color css

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

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

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