Html Css Color HEX #B57470 Coral Tree

📋 copy color: '#B57470'

red 181 ◦ green 116 ◦ blue 112

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

Shades of Coral Tree #B57470

Tints of Coral Tree #B57470

RGB

 RED value IS 181 (71.09% from 255) = 44.25%

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

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

R = 44.25%
G = 28.36%
B = 27.38%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B57470 (or 0xB57470) is known color: Coral Tree. HEX triplet: B5, 74 and 70. RGB value is (181,116,112). Sum of RGB (Red+Green+Blue) = 181+116+112=409 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.25% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 112 (44.14% from 255 or 27.38% from 409); Max value from RGB is 181 - color contains mainly: red. Hex color #B57470 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B57470 is #4A8B8F. Grayscale: #878787. Windows color (decimal): -4885392 or 7369909. OLE color: 7369909.

HSL color Cylindrical-coordinate representation of color #B57470: hue angle of 3.48º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57470 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 116 112 -
CMYK 0 0.36 0.38 0.29
HSL 3.48º 0.32% 0.57% -
HSV(B) 3.48º 0.38% 0.71% -
XYZ 28.23 23.48 18.37 -
YUV 134.98 115.03 160.83 -
System Red Green Blue C M Y K H S L
Decimal 181 116 112 0 0.36 0.38 0.29 3.48 0.32 0.57
Hex B5 74 70 0 24 26 1D 3 20 39
Octal 265 164 160 0 44 46 35 3 40 71
Binary 10110101 1110100 1110000 0 100100 100110 11101 11 100000 111001

Color Harmonies of #B57470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B57470

Black with #B57470

Text Example


Text Example

White with #B57470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B57470; }

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

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

background-color css

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

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

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

border-color css

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

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

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