Html Css Color HEX #B7708A Tapestry

📋 copy color: '#B7708A'

red 183 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #B7708A

Tints of Tapestry #B7708A

RGB

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

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

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

R = 42.26%
G = 25.87%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B7708A (or 0xB7708A) is known color: Tapestry. HEX triplet: B7, 70 and 8A. RGB value is (183,112,138). Sum of RGB (Red+Green+Blue) = 183+112+138=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B7708A is #488F75. Grayscale: #888888. Windows color (decimal): -4755318 or 9072823. OLE color: 9072823.

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

Color convert

RGB 183 112 138 -
CMYK 0 0.39 0.25 0.28
HSL 338.03º 0.33% 0.58% -
HSV(B) 338.03º 0.39% 0.72% -
XYZ 29.91 23.49 27 -
YUV 136.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 183 112 138 0 0.39 0.25 0.28 338.03 0.33 0.58
Hex B7 70 8A 0 27 19 1C 152 21 3A
Octal 267 160 212 0 47 31 34 522 41 72
Binary 10110111 1110000 10001010 0 100111 11001 11100 101010010 100001 111010

Color Harmonies of #B7708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7708A

Black with #B7708A

Text Example


Text Example

White with #B7708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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