Html Css Color HEX #B7668C Tapestry

📋 copy color: '#B7668C'

red 183 ◦ green 102 ◦ blue 140

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

Shades of Tapestry #B7668C

Tints of Tapestry #B7668C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 32.94%

R = 43.06%
G = 24%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7668C (or 0xB7668C) is known color: Tapestry. HEX triplet: B7, 66 and 8C. RGB value is (183,102,140). Sum of RGB (Red+Green+Blue) = 183+102+140=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 102 (40.23% from 255 or 24% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 183 - color contains mainly: red. Hex color #B7668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7668C is #489973. Grayscale: #828282. Windows color (decimal): -4757876 or 9201335. OLE color: 9201335.

HSL color Cylindrical-coordinate representation of color #B7668C: hue angle of 331.85º 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 #B7668C is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 102 140 -
CMYK 0 0.44 0.23 0.28
HSL 331.85º 0.36% 0.56% -
HSV(B) 331.85º 0.44% 0.72% -
XYZ 29.01 21.46 27.42 -
YUV 130.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 183 102 140 0 0.44 0.23 0.28 331.85 0.36 0.56
Hex B7 66 8C 0 2C 17 1C 14C 24 38
Octal 267 146 214 0 54 27 34 514 44 70
Binary 10110111 1100110 10001100 0 101100 10111 11100 101001100 100100 111000

Color Harmonies of #B7668C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7668C

Black with #B7668C

Text Example


Text Example

White with #B7668C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7668C; }

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

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

background-color css

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

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

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

border-color css

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

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

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