Html Css Color HEX #B2727D Tapestry

📋 copy color: '#B2727D'

red 178 ◦ green 114 ◦ blue 125

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

Shades of Tapestry #B2727D

Tints of Tapestry #B2727D

RGB

 RED value IS 178 (69.92% from 255) = 42.69%

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

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

R = 42.69%
G = 27.34%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2727D (or 0xB2727D) is known color: Tapestry. HEX triplet: B2, 72 and 7D. RGB value is (178,114,125). Sum of RGB (Red+Green+Blue) = 178+114+125=417 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.69% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 178 - color contains mainly: red. Hex color #B2727D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2727D is #4D8D82. Grayscale: #868686. Windows color (decimal): -5082499 or 8221362. OLE color: 8221362.

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

Color convert

RGB 178 114 125 -
CMYK 0 0.36 0.30 0.30
HSL 349.69º 0.29% 0.57% -
HSV(B) 349.69º 0.36% 0.7% -
XYZ 28.08 22.98 22.36 -
YUV 134.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 178 114 125 0 0.36 0.30 0.30 349.69 0.29 0.57
Hex B2 72 7D 0 24 1E 1E 15E 1D 39
Octal 262 162 175 0 44 36 36 536 35 71
Binary 10110010 1110010 1111101 0 100100 11110 11110 101011110 11101 111001

Color Harmonies of #B2727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2727D

Black with #B2727D

Text Example


Text Example

White with #B2727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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