Html Css Color HEX #B76690 Tapestry

📋 copy color: '#B76690'

red 183 ◦ green 102 ◦ blue 144

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

Shades of Tapestry #B76690

Tints of Tapestry #B76690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 33.57%

R = 42.66%
G = 23.78%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#B76690 (or 0xB76690) is known color: Tapestry. HEX triplet: B7, 66 and 90. RGB value is (183,102,144). Sum of RGB (Red+Green+Blue) = 183+102+144=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 144 (56.64% from 255 or 33.57% from 429); Max value from RGB is 183 - color contains mainly: red. Hex color #B76690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76690 is #48996F. Grayscale: #828282. Windows color (decimal): -4757872 or 9463479. OLE color: 9463479.

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

Color convert

RGB 183 102 144 -
CMYK 0 0.44 0.21 0.28
HSL 328.89º 0.36% 0.56% -
HSV(B) 328.89º 0.44% 0.72% -
XYZ 29.31 21.58 29.01 -
YUV 131.01 135.34 165.08 -
System Red Green Blue C M Y K H S L
Decimal 183 102 144 0 0.44 0.21 0.28 328.89 0.36 0.56
Hex B7 66 90 0 2C 15 1C 149 24 38
Octal 267 146 220 0 54 25 34 511 44 70
Binary 10110111 1100110 10010000 0 101100 10101 11100 101001001 100100 111000

Color Harmonies of #B76690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76690

Black with #B76690

Text Example


Text Example

White with #B76690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76690; }

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

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

background-color css

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

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

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

border-color css

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

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

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