Html Css Color HEX #B76983 Tapestry

📋 copy color: '#B76983'

red 183 ◦ green 105 ◦ blue 131

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

Shades of Tapestry #B76983

Tints of Tapestry #B76983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.26%

R = 43.68%
G = 25.06%
B = 31.26%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B76983 (or 0xB76983) is known color: Tapestry. HEX triplet: B7, 69 and 83. RGB value is (183,105,131). Sum of RGB (Red+Green+Blue) = 183+105+131=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 105 (41.41% from 255 or 25.06% from 419); Blue value is 131 (51.56% from 255 or 31.26% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B76983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B76983 is #48967C. Grayscale: #838383. Windows color (decimal): -4757117 or 8612279. OLE color: 8612279.

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

Color convert

RGB 183 105 131 -
CMYK 0 0.43 0.28 0.28
HSL 340º 0.35% 0.56% -
HSV(B) 340º 0.43% 0.72% -
XYZ 28.68 21.81 24.17 -
YUV 131.29 127.84 164.89 -
System Red Green Blue C M Y K H S L
Decimal 183 105 131 0 0.43 0.28 0.28 340 0.35 0.56
Hex B7 69 83 0 2B 1C 1C 154 23 38
Octal 267 151 203 0 53 34 34 524 43 70
Binary 10110111 1101001 10000011 0 101011 11100 11100 101010100 100011 111000

Color Harmonies of #B76983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76983

Black with #B76983

Text Example


Text Example

White with #B76983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76983; }

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

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

background-color css

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

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

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

border-color css

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

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

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