Html Css Color HEX #B27480 Tapestry

📋 copy color: '#B27480'

red 178 ◦ green 116 ◦ blue 128

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

Shades of Tapestry #B27480

Tints of Tapestry #B27480

RGB

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

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

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

R = 42.18%
G = 27.49%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B27480 (or 0xB27480) is known color: Tapestry. HEX triplet: B2, 74 and 80. RGB value is (178,116,128). Sum of RGB (Red+Green+Blue) = 178+116+128=422 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.18% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 128 (50.39% from 255 or 30.33% from 422); Max value from RGB is 178 - color contains mainly: red. Hex color #B27480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27480 is #4D8B7F. Grayscale: #878787. Windows color (decimal): -5081984 or 8418482. OLE color: 8418482.

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

Color convert

RGB 178 116 128 -
CMYK 0 0.35 0.28 0.30
HSL 348.39º 0.29% 0.58% -
HSV(B) 348.39º 0.35% 0.7% -
XYZ 28.5 23.51 23.46 -
YUV 135.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 178 116 128 0 0.35 0.28 0.30 348.39 0.29 0.58
Hex B2 74 80 0 23 1C 1E 15C 1D 3A
Octal 262 164 200 0 43 34 36 534 35 72
Binary 10110010 1110100 10000000 0 100011 11100 11110 101011100 11101 111010

Color Harmonies of #B27480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27480

Black with #B27480

Text Example


Text Example

White with #B27480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27480; }

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

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

background-color css

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

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

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

border-color css

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

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

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