Html Css Color HEX #B17770 Coral Tree

📋 copy color: '#B17770'

red 177 ◦ green 119 ◦ blue 112

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

Shades of Coral Tree #B17770

Tints of Coral Tree #B17770

RGB

 RED value IS 177 (69.53% from 255) = 43.38%

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

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

R = 43.38%
G = 29.17%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B17770 (or 0xB17770) is known color: Coral Tree. HEX triplet: B1, 77 and 70. RGB value is (177,119,112). Sum of RGB (Red+Green+Blue) = 177+119+112=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 119 (46.88% from 255 or 29.17% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 177 - color contains mainly: red. Hex color #B17770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B17770 is #4E888F. Grayscale: #878787. Windows color (decimal): -5146768 or 7370673. OLE color: 7370673.

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

Color convert

RGB 177 119 112 -
CMYK 0 0.33 0.37 0.31
HSL 6.46º 0.29% 0.57% -
HSV(B) 6.46º 0.37% 0.69% -
XYZ 27.65 23.71 18.45 -
YUV 135.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 177 119 112 0 0.33 0.37 0.31 6.46 0.29 0.57
Hex B1 77 70 0 21 25 1F 6 1D 39
Octal 261 167 160 0 41 45 37 6 35 71
Binary 10110001 1110111 1110000 0 100001 100101 11111 110 11101 111001

Color Harmonies of #B17770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B17770

Black with #B17770

Text Example


Text Example

White with #B17770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B17770; }

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

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

background-color css

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

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

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

border-color css

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

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

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