Html Css Color HEX #B27D8A Tapestry

📋 copy color: '#B27D8A'

red 178 ◦ green 125 ◦ blue 138

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

Shades of Tapestry #B27D8A

Tints of Tapestry #B27D8A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.34%

 BLUE value IS 138 (54.3% from 255) = 31.29%

R = 40.36%
G = 28.34%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B27D8A (or 0xB27D8A) is known color: Tapestry. HEX triplet: B2, 7D and 8A. RGB value is (178,125,138). Sum of RGB (Red+Green+Blue) = 178+125+138=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B27D8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27D8A is #4D8275. Grayscale: #8E8E8E. Windows color (decimal): -5079670 or 9076146. OLE color: 9076146.

HSL color Cylindrical-coordinate representation of color #B27D8A: hue angle of 345.28º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B27D8A is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 125 138 -
CMYK 0 0.30 0.22 0.30
HSL 345.28º 0.26% 0.59% -
HSV(B) 345.28º 0.3% 0.7% -
XYZ 30.28 25.97 27.46 -
YUV 142.33 125.56 153.44 -
System Red Green Blue C M Y K H S L
Decimal 178 125 138 0 0.30 0.22 0.30 345.28 0.26 0.59
Hex B2 7D 8A 0 1E 16 1E 159 1A 3B
Octal 262 175 212 0 36 26 36 531 32 73
Binary 10110010 1111101 10001010 0 11110 10110 11110 101011001 11010 111011

Color Harmonies of #B27D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27D8A

Black with #B27D8A

Text Example


Text Example

White with #B27D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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