Html Css Color HEX #B2688D Tapestry

📋 copy color: '#B2688D'

red 178 ◦ green 104 ◦ blue 141

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

Shades of Tapestry #B2688D

Tints of Tapestry #B2688D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.59%

 BLUE value IS 141 (55.47% from 255) = 33.33%

R = 42.08%
G = 24.59%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2688D (or 0xB2688D) is known color: Tapestry. HEX triplet: B2, 68 and 8D. RGB value is (178,104,141). Sum of RGB (Red+Green+Blue) = 178+104+141=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 104 (41.02% from 255 or 24.59% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 178 - color contains mainly: red. Hex color #B2688D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2688D is #4D9772. Grayscale: #828282. Windows color (decimal): -5085043 or 9267378. OLE color: 9267378.

HSL color Cylindrical-coordinate representation of color #B2688D: hue angle of 330º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B2688D is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 104 141 -
CMYK 0 0.42 0.21 0.30
HSL 330º 0.32% 0.55% -
HSV(B) 330º 0.42% 0.7% -
XYZ 28.12 21.29 27.83 -
YUV 130.34 134.02 161.99 -
System Red Green Blue C M Y K H S L
Decimal 178 104 141 0 0.42 0.21 0.30 330 0.32 0.55
Hex B2 68 8D 0 2A 15 1E 14A 20 37
Octal 262 150 215 0 52 25 36 512 40 67
Binary 10110010 1101000 10001101 0 101010 10101 11110 101001010 100000 110111

Color Harmonies of #B2688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2688D

Black with #B2688D

Text Example


Text Example

White with #B2688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2688D; }

 p { color: rgb(178,104,141); }

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

background-color css

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

 a { background-color: rgb(178,104,141); }

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

border-color css

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

 span { border-color: rgb(178,104,141); }

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