Html Css Color HEX #B7707D Tapestry

📋 copy color: '#B7707D'

red 183 ◦ green 112 ◦ blue 125

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

Shades of Tapestry #B7707D

Tints of Tapestry #B7707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.76%

R = 43.57%
G = 26.67%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B7707D (or 0xB7707D) is known color: Tapestry. HEX triplet: B7, 70 and 7D. RGB value is (183,112,125). Sum of RGB (Red+Green+Blue) = 183+112+125=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 183 - color contains mainly: red. Hex color #B7707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7707D is #488F82. Grayscale: #868686. Windows color (decimal): -4755331 or 8220855. OLE color: 8220855.

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

Color convert

RGB 183 112 125 -
CMYK 0 0.39 0.32 0.28
HSL 349.01º 0.33% 0.58% -
HSV(B) 349.01º 0.39% 0.72% -
XYZ 29.02 23.14 22.34 -
YUV 134.71 122.52 162.44 -
System Red Green Blue C M Y K H S L
Decimal 183 112 125 0 0.39 0.32 0.28 349.01 0.33 0.58
Hex B7 70 7D 0 27 20 1C 15D 21 3A
Octal 267 160 175 0 47 40 34 535 41 72
Binary 10110111 1110000 1111101 0 100111 100000 11100 101011101 100001 111010

Color Harmonies of #B7707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7707D

Black with #B7707D

Text Example


Text Example

White with #B7707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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