Html Css Color HEX #B8717D Tapestry

📋 copy color: '#B8717D'

red 184 ◦ green 113 ◦ blue 125

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

Shades of Tapestry #B8717D

Tints of Tapestry #B8717D

RGB

 RED value IS 184 (72.27% from 255) = 43.6%

 GREEN value IS 113 (44.53% from 255) = 26.78%

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

R = 43.6%
G = 26.78%
B = 29.62%

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

#B8717D (or 0xB8717D) is known color: Tapestry. HEX triplet: B8, 71 and 7D. RGB value is (184,113,125). Sum of RGB (Red+Green+Blue) = 184+113+125=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8717D is #478E82. Grayscale: #878787. Windows color (decimal): -4689539 or 8221112. OLE color: 8221112.

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

Color convert

RGB 184 113 125 -
CMYK 0 0.39 0.32 0.28
HSL 349.86º 0.33% 0.58% -
HSV(B) 349.86º 0.39% 0.72% -
XYZ 29.37 23.48 22.39 -
YUV 135.6 122.02 162.52 -
System Red Green Blue C M Y K H S L
Decimal 184 113 125 0 0.39 0.32 0.28 349.86 0.33 0.58
Hex B8 71 7D 0 27 20 1C 15E 21 3A
Octal 270 161 175 0 47 40 34 536 41 72
Binary 10111000 1110001 1111101 0 100111 100000 11100 101011110 100001 111010

Color Harmonies of #B8717D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8717D

Black with #B8717D

Text Example


Text Example

White with #B8717D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8717D; }

 p { color: rgb(184,113,125); }

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

background-color css

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

 a { background-color: rgb(184,113,125); }

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

border-color css

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

 span { border-color: rgb(184,113,125); }

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