Html Css Color HEX #B2677A Tapestry

📋 copy color: '#B2677A'

red 178 ◦ green 103 ◦ blue 122

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

Shades of Tapestry #B2677A

Tints of Tapestry #B2677A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.56%

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

R = 44.17%
G = 25.56%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B2677A (or 0xB2677A) is known color: Tapestry. HEX triplet: B2, 67 and 7A. RGB value is (178,103,122). Sum of RGB (Red+Green+Blue) = 178+103+122=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 122 (48.05% from 255 or 30.27% from 403); Max value from RGB is 178 - color contains mainly: red. Hex color #B2677A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2677A is #4D9885. Grayscale: #7F7F7F. Windows color (decimal): -5085318 or 8021938. OLE color: 8021938.

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

Color convert

RGB 178 103 122 -
CMYK 0 0.42 0.31 0.30
HSL 344.8º 0.33% 0.55% -
HSV(B) 344.8º 0.42% 0.7% -
XYZ 26.72 20.57 20.97 -
YUV 127.59 124.85 163.96 -
System Red Green Blue C M Y K H S L
Decimal 178 103 122 0 0.42 0.31 0.30 344.8 0.33 0.55
Hex B2 67 7A 0 2A 1F 1E 159 21 37
Octal 262 147 172 0 52 37 36 531 41 67
Binary 10110010 1100111 1111010 0 101010 11111 11110 101011001 100001 110111

Color Harmonies of #B2677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2677A

Black with #B2677A

Text Example


Text Example

White with #B2677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2677A; }

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

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

background-color css

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

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

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

border-color css

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

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

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