Html Css Color HEX #B2667F Tapestry

📋 copy color: '#B2667F'

red 178 ◦ green 102 ◦ blue 127

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

Shades of Tapestry #B2667F

Tints of Tapestry #B2667F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

 BLUE value IS 127 (50% from 255) = 31.2%

R = 43.73%
G = 25.06%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#B2667F (or 0xB2667F) is known color: Tapestry. HEX triplet: B2, 66 and 7F. RGB value is (178,102,127). Sum of RGB (Red+Green+Blue) = 178+102+127=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B2667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2667F is #4D9980. Grayscale: #7F7F7F. Windows color (decimal): -5085569 or 8349362. OLE color: 8349362.

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

Color convert

RGB 178 102 127 -
CMYK 0 0.43 0.29 0.30
HSL 340.26º 0.33% 0.55% -
HSV(B) 340.26º 0.43% 0.7% -
XYZ 26.94 20.5 22.62 -
YUV 127.57 127.68 163.97 -
System Red Green Blue C M Y K H S L
Decimal 178 102 127 0 0.43 0.29 0.30 340.26 0.33 0.55
Hex B2 66 7F 0 2B 1D 1E 154 21 37
Octal 262 146 177 0 53 35 36 524 41 67
Binary 10110010 1100110 1111111 0 101011 11101 11110 101010100 100001 110111

Color Harmonies of #B2667F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2667F

Black with #B2667F

Text Example


Text Example

White with #B2667F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2667F; }

 p { color: rgb(178,102,127); }

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

background-color css

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

 a { background-color: rgb(178,102,127); }

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

border-color css

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

 span { border-color: rgb(178,102,127); }

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