Html Css Color HEX #B77083 Tapestry

📋 copy color: '#B77083'

red 183 ◦ green 112 ◦ blue 131

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

Shades of Tapestry #B77083

Tints of Tapestry #B77083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.29%

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

R = 42.96%
G = 26.29%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#B77083 (or 0xB77083) is known color: Tapestry. HEX triplet: B7, 70 and 83. RGB value is (183,112,131). Sum of RGB (Red+Green+Blue) = 183+112+131=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 183 - color contains mainly: red. Hex color #B77083 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B77083 is #488F7C. Grayscale: #878787. Windows color (decimal): -4755325 or 8614071. OLE color: 8614071.

HSL color Cylindrical-coordinate representation of color #B77083: hue angle of 343.94º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B77083 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 112 131 -
CMYK 0 0.39 0.28 0.28
HSL 343.94º 0.33% 0.58% -
HSV(B) 343.94º 0.39% 0.72% -
XYZ 29.42 23.29 24.42 -
YUV 135.4 125.52 161.96 -
System Red Green Blue C M Y K H S L
Decimal 183 112 131 0 0.39 0.28 0.28 343.94 0.33 0.58
Hex B7 70 83 0 27 1C 1C 158 21 3A
Octal 267 160 203 0 47 34 34 530 41 72
Binary 10110111 1110000 10000011 0 100111 11100 11100 101011000 100001 111010

Color Harmonies of #B77083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77083

Black with #B77083

Text Example


Text Example

White with #B77083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77083; }

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

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

background-color css

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

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

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

border-color css

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

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

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