Html Css Color HEX #B0727D Tapestry

📋 copy color: '#B0727D'

red 176 ◦ green 114 ◦ blue 125

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

Shades of Tapestry #B0727D

Tints of Tapestry #B0727D

RGB

 RED value IS 176 (69.14% from 255) = 42.41%

 GREEN value IS 114 (44.92% from 255) = 27.47%

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 42.41%
G = 27.47%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B0727D (or 0xB0727D) is known color: Tapestry. HEX triplet: B0, 72 and 7D. RGB value is (176,114,125). Sum of RGB (Red+Green+Blue) = 176+114+125=415 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.41% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 176 - color contains mainly: red. Hex color #B0727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0727D is #4F8D82. Grayscale: #858585. Windows color (decimal): -5213571 or 8221360. OLE color: 8221360.

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

Color convert

RGB 176 114 125 -
CMYK 0 0.35 0.29 0.31
HSL 349.35º 0.28% 0.57% -
HSV(B) 349.35º 0.35% 0.69% -
XYZ 27.62 22.75 22.34 -
YUV 133.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 176 114 125 0 0.35 0.29 0.31 349.35 0.28 0.57
Hex B0 72 7D 0 23 1D 1F 15D 1C 39
Octal 260 162 175 0 43 35 37 535 34 71
Binary 10110000 1110010 1111101 0 100011 11101 11111 101011101 11100 111001

Color Harmonies of #B0727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0727D

Black with #B0727D

Text Example


Text Example

White with #B0727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0727D; }

 p { color: rgb(176,114,125); }

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

background-color css

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

 a { background-color: rgb(176,114,125); }

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

border-color css

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

 span { border-color: rgb(176,114,125); }

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