Html Css Color HEX #B27692 Tapestry

📋 copy color: '#B27692'

red 178 ◦ green 118 ◦ blue 146

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

Shades of Tapestry #B27692

Tints of Tapestry #B27692

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.7%

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

R = 40.27%
G = 26.7%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B27692 (or 0xB27692) is known color: Tapestry. HEX triplet: B2, 76 and 92. RGB value is (178,118,146). Sum of RGB (Red+Green+Blue) = 178+118+146=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 118 (46.48% from 255 or 26.70% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 178 - color contains mainly: red. Hex color #B27692 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B27692 is #4D896D. Grayscale: #8B8B8B. Windows color (decimal): -5081454 or 9598642. OLE color: 9598642.

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

Color convert

RGB 178 118 146 -
CMYK 0 0.34 0.18 0.30
HSL 332º 0.28% 0.58% -
HSV(B) 332º 0.34% 0.7% -
XYZ 30.03 24.5 30.34 -
YUV 139.13 131.88 155.72 -
System Red Green Blue C M Y K H S L
Decimal 178 118 146 0 0.34 0.18 0.30 332 0.28 0.58
Hex B2 76 92 0 22 12 1E 14C 1C 3A
Octal 262 166 222 0 42 22 36 514 34 72
Binary 10110010 1110110 10010010 0 100010 10010 11110 101001100 11100 111010

Color Harmonies of #B27692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27692

Black with #B27692

Text Example


Text Example

White with #B27692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27692; }

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

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

background-color css

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

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

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

border-color css

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

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

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