Html Css Color HEX #B8688D Tapestry

📋 copy color: '#B8688D'

red 184 ◦ green 104 ◦ blue 141

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

Shades of Tapestry #B8688D

Tints of Tapestry #B8688D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 42.89%
G = 24.24%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8688D (or 0xB8688D) is known color: Tapestry. HEX triplet: B8, 68 and 8D. RGB value is (184,104,141). Sum of RGB (Red+Green+Blue) = 184+104+141=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 184 - color contains mainly: red. Hex color #B8688D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8688D is #479772. Grayscale: #848484. Windows color (decimal): -4691827 or 9267384. OLE color: 9267384.

HSL color Cylindrical-coordinate representation of color #B8688D: hue angle of 332.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 #B8688D is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 104 141 -
CMYK 0 0.43 0.23 0.28
HSL 332.25º 0.36% 0.56% -
HSV(B) 332.25º 0.43% 0.72% -
XYZ 29.53 22.01 27.89 -
YUV 132.14 133 164.99 -
System Red Green Blue C M Y K H S L
Decimal 184 104 141 0 0.43 0.23 0.28 332.25 0.36 0.56
Hex B8 68 8D 0 2B 17 1C 14C 24 38
Octal 270 150 215 0 53 27 34 514 44 70
Binary 10111000 1101000 10001101 0 101011 10111 11100 101001100 100100 111000

Color Harmonies of #B8688D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8688D

Black with #B8688D

Text Example


Text Example

White with #B8688D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8688D; }

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

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

background-color css

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

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

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

border-color css

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

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

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