Html Css Color HEX #B27481 Tapestry

📋 copy color: '#B27481'

red 178 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #B27481

Tints of Tapestry #B27481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 30.5%

R = 42.08%
G = 27.42%
B = 30.5%

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

#B27481 (or 0xB27481) is known color: Tapestry. HEX triplet: B2, 74 and 81. RGB value is (178,116,129). Sum of RGB (Red+Green+Blue) = 178+116+129=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 129 (50.78% from 255 or 30.50% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B27481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27481 is #4D8B7E. Grayscale: #888888. Windows color (decimal): -5081983 or 8484018. OLE color: 8484018.

HSL color Cylindrical-coordinate representation of color #B27481: hue angle of 347.42º 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 #B27481 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 116 129 -
CMYK 0 0.35 0.28 0.30
HSL 347.42º 0.29% 0.58% -
HSV(B) 347.42º 0.35% 0.7% -
XYZ 28.57 23.54 23.81 -
YUV 136.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 178 116 129 0 0.35 0.28 0.30 347.42 0.29 0.58
Hex B2 74 81 0 23 1C 1E 15B 1D 3A
Octal 262 164 201 0 43 34 36 533 35 72
Binary 10110010 1110100 10000001 0 100011 11100 11110 101011011 11101 111010

Color Harmonies of #B27481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27481

Black with #B27481

Text Example


Text Example

White with #B27481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27481; }

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

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

background-color css

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

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

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

border-color css

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

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

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