Html Css Color HEX #B27192 Tapestry

📋 copy color: '#B27192'

red 178 ◦ green 113 ◦ blue 146

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

Shades of Tapestry #B27192

Tints of Tapestry #B27192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.86%

 BLUE value IS 146 (57.42% from 255) = 33.41%

R = 40.73%
G = 25.86%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B27192 (or 0xB27192) is known color: Tapestry. HEX triplet: B2, 71 and 92. RGB value is (178,113,146). Sum of RGB (Red+Green+Blue) = 178+113+146=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 113 (44.53% from 255 or 25.86% from 437); Blue value is 146 (57.42% from 255 or 33.41% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B27192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27192 is #4D8E6D. Grayscale: #888888. Windows color (decimal): -5082734 or 9597362. OLE color: 9597362.

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

Color convert

RGB 178 113 146 -
CMYK 0 0.37 0.18 0.30
HSL 329.54º 0.3% 0.57% -
HSV(B) 329.54º 0.37% 0.7% -
XYZ 29.45 23.35 30.15 -
YUV 136.2 133.53 157.82 -
System Red Green Blue C M Y K H S L
Decimal 178 113 146 0 0.37 0.18 0.30 329.54 0.3 0.57
Hex B2 71 92 0 25 12 1E 14A 1E 39
Octal 262 161 222 0 45 22 36 512 36 71
Binary 10110010 1110001 10010010 0 100101 10010 11110 101001010 11110 111001

Color Harmonies of #B27192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27192

Black with #B27192

Text Example


Text Example

White with #B27192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27192; }

 p { color: rgb(178,113,146); }

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

background-color css

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

 a { background-color: rgb(178,113,146); }

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

border-color css

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

 span { border-color: rgb(178,113,146); }

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