Html Css Color HEX #B27580 Tapestry

📋 copy color: '#B27580'

red 178 ◦ green 117 ◦ blue 128

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

Shades of Tapestry #B27580

Tints of Tapestry #B27580

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

 BLUE value IS 128 (50.39% from 255) = 30.26%

R = 42.08%
G = 27.66%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B27580 (or 0xB27580) is known color: Tapestry. HEX triplet: B2, 75 and 80. RGB value is (178,117,128). Sum of RGB (Red+Green+Blue) = 178+117+128=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 128 (50.39% from 255 or 30.26% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27580 is #4D8A7F. Grayscale: #888888. Windows color (decimal): -5081728 or 8418738. OLE color: 8418738.

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

Color convert

RGB 178 117 128 -
CMYK 0 0.34 0.28 0.30
HSL 349.18º 0.28% 0.58% -
HSV(B) 349.18º 0.34% 0.7% -
XYZ 28.62 23.75 23.5 -
YUV 136.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 178 117 128 0 0.34 0.28 0.30 349.18 0.28 0.58
Hex B2 75 80 0 22 1C 1E 15D 1C 3A
Octal 262 165 200 0 42 34 36 535 34 72
Binary 10110010 1110101 10000000 0 100010 11100 11110 101011101 11100 111010

Color Harmonies of #B27580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27580

Black with #B27580

Text Example


Text Example

White with #B27580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27580; }

 p { color: rgb(178,117,128); }

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

background-color css

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

 a { background-color: rgb(178,117,128); }

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

border-color css

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

 span { border-color: rgb(178,117,128); }

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