Html Css Color HEX #B7758D Tapestry

📋 copy color: '#B7758D'

red 183 ◦ green 117 ◦ blue 141

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

Shades of Tapestry #B7758D

Tints of Tapestry #B7758D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.97%

R = 41.5%
G = 26.53%
B = 31.97%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B7758D (or 0xB7758D) is known color: Tapestry. HEX triplet: B7, 75 and 8D. RGB value is (183,117,141). Sum of RGB (Red+Green+Blue) = 183+117+141=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 117 (46.09% from 255 or 26.53% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 183 - color contains mainly: red. Hex color #B7758D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7758D is #488A72. Grayscale: #8B8B8B. Windows color (decimal): -4754035 or 9270711. OLE color: 9270711.

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

Color convert

RGB 183 117 141 -
CMYK 0 0.36 0.23 0.28
HSL 338.18º 0.31% 0.59% -
HSV(B) 338.18º 0.36% 0.72% -
XYZ 30.7 24.71 28.35 -
YUV 139.47 128.87 159.05 -
System Red Green Blue C M Y K H S L
Decimal 183 117 141 0 0.36 0.23 0.28 338.18 0.31 0.59
Hex B7 75 8D 0 24 17 1C 152 1F 3B
Octal 267 165 215 0 44 27 34 522 37 73
Binary 10110111 1110101 10001101 0 100100 10111 11100 101010010 11111 111011

Color Harmonies of #B7758D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7758D

Black with #B7758D

Text Example


Text Example

White with #B7758D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7758D; }

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

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

background-color css

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

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

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

border-color css

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

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

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