Html Css Color HEX #B7758A Tapestry

📋 copy color: '#B7758A'

red 183 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #B7758A

Tints of Tapestry #B7758A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.51%

R = 41.78%
G = 26.71%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7758A (or 0xB7758A) is known color: Tapestry. HEX triplet: B7, 75 and 8A. RGB value is (183,117,138). Sum of RGB (Red+Green+Blue) = 183+117+138=438 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.78% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 138 (54.30% from 255 or 31.51% from 438); Max value from RGB is 183 - color contains mainly: red. Hex color #B7758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7758A is #488A75. Grayscale: #8B8B8B. Windows color (decimal): -4754038 or 9074103. OLE color: 9074103.

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

Color convert

RGB 183 117 138 -
CMYK 0 0.36 0.25 0.28
HSL 340.91º 0.31% 0.59% -
HSV(B) 340.91º 0.36% 0.72% -
XYZ 30.48 24.62 27.19 -
YUV 139.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 183 117 138 0 0.36 0.25 0.28 340.91 0.31 0.59
Hex B7 75 8A 0 24 19 1C 155 1F 3B
Octal 267 165 212 0 44 31 34 525 37 73
Binary 10110111 1110101 10001010 0 100100 11001 11100 101010101 11111 111011

Color Harmonies of #B7758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7758A

Black with #B7758A

Text Example


Text Example

White with #B7758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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