Html Css Color HEX #B7667E Tapestry

📋 copy color: '#B7667E'

red 183 ◦ green 102 ◦ blue 126

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

Shades of Tapestry #B7667E

Tints of Tapestry #B7667E

RGB

 RED value IS 183 (71.88% from 255) = 44.53%

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

 BLUE value IS 126 (49.61% from 255) = 30.66%

R = 44.53%
G = 24.82%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7667E (or 0xB7667E) is known color: Tapestry. HEX triplet: B7, 66 and 7E. RGB value is (183,102,126). Sum of RGB (Red+Green+Blue) = 183+102+126=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 102 (40.23% from 255 or 24.82% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B7667E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7667E is #489981. Grayscale: #808080. Windows color (decimal): -4757890 or 8283831. OLE color: 8283831.

HSL color Cylindrical-coordinate representation of color #B7667E: hue angle of 342.22º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B7667E is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 102 126 -
CMYK 0 0.44 0.31 0.28
HSL 342.22º 0.36% 0.56% -
HSV(B) 342.22º 0.44% 0.72% -
XYZ 28.05 21.08 22.33 -
YUV 128.96 126.34 166.55 -
System Red Green Blue C M Y K H S L
Decimal 183 102 126 0 0.44 0.31 0.28 342.22 0.36 0.56
Hex B7 66 7E 0 2C 1F 1C 156 24 38
Octal 267 146 176 0 54 37 34 526 44 70
Binary 10110111 1100110 1111110 0 101100 11111 11100 101010110 100100 111000

Color Harmonies of #B7667E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7667E

Black with #B7667E

Text Example


Text Example

White with #B7667E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7667E; }

 p { color: rgb(183,102,126); }

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

background-color css

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

 a { background-color: rgb(183,102,126); }

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

border-color css

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

 span { border-color: rgb(183,102,126); }

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