Html Css Color HEX #B8687D Tapestry

📋 copy color: '#B8687D'

red 184 ◦ green 104 ◦ blue 125

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

Shades of Tapestry #B8687D

Tints of Tapestry #B8687D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.18%

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

R = 44.55%
G = 25.18%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8687D (or 0xB8687D) is known color: Tapestry. HEX triplet: B8, 68 and 7D. RGB value is (184,104,125). Sum of RGB (Red+Green+Blue) = 184+104+125=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 104 (41.02% from 255 or 25.18% from 413); Blue value is 125 (49.22% from 255 or 30.27% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B8687D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8687D is #479782. Grayscale: #828282. Windows color (decimal): -4691843 or 8218808. OLE color: 8218808.

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

Color convert

RGB 184 104 125 -
CMYK 0 0.43 0.32 0.28
HSL 344.25º 0.36% 0.56% -
HSV(B) 344.25º 0.43% 0.72% -
XYZ 28.42 21.57 22.07 -
YUV 130.31 125 166.29 -
System Red Green Blue C M Y K H S L
Decimal 184 104 125 0 0.43 0.32 0.28 344.25 0.36 0.56
Hex B8 68 7D 0 2B 20 1C 158 24 38
Octal 270 150 175 0 53 40 34 530 44 70
Binary 10111000 1101000 1111101 0 101011 100000 11100 101011000 100100 111000

Color Harmonies of #B8687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8687D

Black with #B8687D

Text Example


Text Example

White with #B8687D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8687D; }

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

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

background-color css

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

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

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

border-color css

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

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

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