Html Css Color HEX #B37770 Coral Tree

📋 copy color: '#B37770'

red 179 ◦ green 119 ◦ blue 112

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

Shades of Coral Tree #B37770

Tints of Coral Tree #B37770

RGB

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

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

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

R = 43.66%
G = 29.02%
B = 27.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.37

 K value IS 0.30

RGB Variations

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

Color information

#B37770 (or 0xB37770) is known color: Coral Tree. HEX triplet: B3, 77 and 70. RGB value is (179,119,112). Sum of RGB (Red+Green+Blue) = 179+119+112=410 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.66% from 410); Green value is 119 (46.88% from 255 or 29.02% from 410); Blue value is 112 (44.14% from 255 or 27.32% from 410); Max value from RGB is 179 - color contains mainly: red. Hex color #B37770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B37770 is #4C888F. Grayscale: #888888. Windows color (decimal): -5015696 or 7370675. OLE color: 7370675.

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

Color convert

RGB 179 119 112 -
CMYK 0 0.34 0.37 0.30
HSL 6.27º 0.31% 0.57% -
HSV(B) 6.27º 0.37% 0.7% -
XYZ 28.11 23.95 18.47 -
YUV 136.14 114.38 158.57 -
System Red Green Blue C M Y K H S L
Decimal 179 119 112 0 0.34 0.37 0.30 6.27 0.31 0.57
Hex B3 77 70 0 22 25 1E 6 1F 39
Octal 263 167 160 0 42 45 36 6 37 71
Binary 10110011 1110111 1110000 0 100010 100101 11110 110 11111 111001

Color Harmonies of #B37770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B37770

Black with #B37770

Text Example


Text Example

White with #B37770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B37770; }

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

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

background-color css

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

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

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

border-color css

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

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

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