Html Css Color HEX #B76988 Tapestry

📋 copy color: '#B76988'

red 183 ◦ green 105 ◦ blue 136

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

Shades of Tapestry #B76988

Tints of Tapestry #B76988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.76%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 43.16%
G = 24.76%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#B76988 (or 0xB76988) is known color: Tapestry. HEX triplet: B7, 69 and 88. RGB value is (183,105,136). Sum of RGB (Red+Green+Blue) = 183+105+136=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 105 (41.41% from 255 or 24.76% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 183 - color contains mainly: red. Hex color #B76988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76988 is #489677. Grayscale: #838383. Windows color (decimal): -4757112 or 8939959. OLE color: 8939959.

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

Color convert

RGB 183 105 136 -
CMYK 0 0.43 0.26 0.28
HSL 336.15º 0.35% 0.56% -
HSV(B) 336.15º 0.43% 0.72% -
XYZ 29.02 21.95 26 -
YUV 131.86 130.34 164.48 -
System Red Green Blue C M Y K H S L
Decimal 183 105 136 0 0.43 0.26 0.28 336.15 0.35 0.56
Hex B7 69 88 0 2B 1A 1C 150 23 38
Octal 267 151 210 0 53 32 34 520 43 70
Binary 10110111 1101001 10001000 0 101011 11010 11100 101010000 100011 111000

Color Harmonies of #B76988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76988

Black with #B76988

Text Example


Text Example

White with #B76988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76988; }

 p { color: rgb(183,105,136); }

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

background-color css

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

 a { background-color: rgb(183,105,136); }

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

border-color css

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

 span { border-color: rgb(183,105,136); }

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