Html Css Color HEX #B7758E Tapestry

📋 copy color: '#B7758E'

red 183 ◦ green 117 ◦ blue 142

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

Shades of Tapestry #B7758E

Tints of Tapestry #B7758E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.47%

 BLUE value IS 142 (55.86% from 255) = 32.13%

R = 41.4%
G = 26.47%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B7758E (or 0xB7758E) is known color: Tapestry. HEX triplet: B7, 75 and 8E. RGB value is (183,117,142). Sum of RGB (Red+Green+Blue) = 183+117+142=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 117 (46.09% from 255 or 26.47% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 183 - color contains mainly: red. Hex color #B7758E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7758E is #488A71. Grayscale: #8B8B8B. Windows color (decimal): -4754034 or 9336247. OLE color: 9336247.

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

Color convert

RGB 183 117 142 -
CMYK 0 0.36 0.22 0.28
HSL 337.27º 0.31% 0.59% -
HSV(B) 337.27º 0.36% 0.72% -
XYZ 30.77 24.74 28.75 -
YUV 139.58 129.37 158.97 -
System Red Green Blue C M Y K H S L
Decimal 183 117 142 0 0.36 0.22 0.28 337.27 0.31 0.59
Hex B7 75 8E 0 24 16 1C 151 1F 3B
Octal 267 165 216 0 44 26 34 521 37 73
Binary 10110111 1110101 10001110 0 100100 10110 11100 101010001 11111 111011

Color Harmonies of #B7758E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7758E

Black with #B7758E

Text Example


Text Example

White with #B7758E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7758E; }

 p { color: rgb(183,117,142); }

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

background-color css

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

 a { background-color: rgb(183,117,142); }

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

border-color css

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

 span { border-color: rgb(183,117,142); }

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