Html Css Color HEX #B37470 Coral Tree

📋 copy color: '#B37470'

red 179 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #B37470

Tints of Coral Tree #B37470

RGB

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

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

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

R = 43.98%
G = 28.5%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B37470 (or 0xB37470) is known color: Coral Tree. HEX triplet: B3, 74 and 70. RGB value is (179,116,112). Sum of RGB (Red+Green+Blue) = 179+116+112=407 (53% of max value = 765). Red value is 179 (70.31% from 255 or 43.98% from 407); Green value is 116 (45.70% from 255 or 28.50% from 407); Blue value is 112 (44.14% from 255 or 27.52% from 407); Max value from RGB is 179 - color contains mainly: red. Hex color #B37470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37470 is #4C8B8F. Grayscale: #868686. Windows color (decimal): -5016464 or 7369907. OLE color: 7369907.

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

Color convert

RGB 179 116 112 -
CMYK 0 0.35 0.37 0.30
HSL 3.58º 0.31% 0.57% -
HSV(B) 3.58º 0.37% 0.7% -
XYZ 27.76 23.24 18.35 -
YUV 134.38 115.37 159.83 -
System Red Green Blue C M Y K H S L
Decimal 179 116 112 0 0.35 0.37 0.30 3.58 0.31 0.57
Hex B3 74 70 0 23 25 1E 4 1F 39
Octal 263 164 160 0 43 45 36 4 37 71
Binary 10110011 1110100 1110000 0 100011 100101 11110 100 11111 111001

Color Harmonies of #B37470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37470

Black with #B37470

Text Example


Text Example

White with #B37470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37470; }

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

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

background-color css

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

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

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

border-color css

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

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

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