Html Css Color HEX #B27290 Tapestry

📋 copy color: '#B27290'

red 178 ◦ green 114 ◦ blue 144

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

Shades of Tapestry #B27290

Tints of Tapestry #B27290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.03%

R = 40.83%
G = 26.15%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B27290 (or 0xB27290) is known color: Tapestry. HEX triplet: B2, 72 and 90. RGB value is (178,114,144). Sum of RGB (Red+Green+Blue) = 178+114+144=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 178 - color contains mainly: red. Hex color #B27290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27290 is #4D8D6F. Grayscale: #888888. Windows color (decimal): -5082480 or 9466546. OLE color: 9466546.

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

Color convert

RGB 178 114 144 -
CMYK 0 0.36 0.19 0.30
HSL 331.88º 0.29% 0.57% -
HSV(B) 331.88º 0.36% 0.7% -
XYZ 29.41 23.51 29.37 -
YUV 136.56 132.2 157.56 -
System Red Green Blue C M Y K H S L
Decimal 178 114 144 0 0.36 0.19 0.30 331.88 0.29 0.57
Hex B2 72 90 0 24 13 1E 14C 1D 39
Octal 262 162 220 0 44 23 36 514 35 71
Binary 10110010 1110010 10010000 0 100100 10011 11110 101001100 11101 111001

Color Harmonies of #B27290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27290

Black with #B27290

Text Example


Text Example

White with #B27290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27290; }

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

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

background-color css

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

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

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

border-color css

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

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

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