Html Css Color HEX #B2667A Tapestry

📋 copy color: '#B2667A'

red 178 ◦ green 102 ◦ blue 122

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

Shades of Tapestry #B2667A

Tints of Tapestry #B2667A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.35%

R = 44.28%
G = 25.37%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2667A (or 0xB2667A) is known color: Tapestry. HEX triplet: B2, 66 and 7A. RGB value is (178,102,122). Sum of RGB (Red+Green+Blue) = 178+102+122=402 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.28% from 402); Green value is 102 (40.23% from 255 or 25.37% from 402); Blue value is 122 (48.05% from 255 or 30.35% from 402); Max value from RGB is 178 - color contains mainly: red. Hex color #B2667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2667A is #4D9985. Grayscale: #7F7F7F. Windows color (decimal): -5085574 or 8021682. OLE color: 8021682.

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

Color convert

RGB 178 102 122 -
CMYK 0 0.43 0.31 0.30
HSL 344.21º 0.33% 0.55% -
HSV(B) 344.21º 0.43% 0.7% -
XYZ 26.62 20.37 20.94 -
YUV 127 125.18 164.37 -
System Red Green Blue C M Y K H S L
Decimal 178 102 122 0 0.43 0.31 0.30 344.21 0.33 0.55
Hex B2 66 7A 0 2B 1F 1E 158 21 37
Octal 262 146 172 0 53 37 36 530 41 67
Binary 10110010 1100110 1111010 0 101011 11111 11110 101011000 100001 110111

Color Harmonies of #B2667A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2667A

Black with #B2667A

Text Example


Text Example

White with #B2667A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2667A; }

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

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

background-color css

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

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

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

border-color css

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

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

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