Html Css Color HEX #B8688F Tapestry

📋 copy color: '#B8688F'

red 184 ◦ green 104 ◦ blue 143

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

Shades of Tapestry #B8688F

Tints of Tapestry #B8688F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.18%

R = 42.69%
G = 24.13%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B8688F (or 0xB8688F) is known color: Tapestry. HEX triplet: B8, 68 and 8F. RGB value is (184,104,143). Sum of RGB (Red+Green+Blue) = 184+104+143=431 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.69% from 431); Green value is 104 (41.02% from 255 or 24.13% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 184 - color contains mainly: red. Hex color #B8688F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8688F is #479770. Grayscale: #848484. Windows color (decimal): -4691825 or 9398456. OLE color: 9398456.

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

Color convert

RGB 184 104 143 -
CMYK 0 0.43 0.22 0.28
HSL 330.75º 0.36% 0.56% -
HSV(B) 330.75º 0.43% 0.72% -
XYZ 29.68 22.07 28.68 -
YUV 132.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 184 104 143 0 0.43 0.22 0.28 330.75 0.36 0.56
Hex B8 68 8F 0 2B 16 1C 14B 24 38
Octal 270 150 217 0 53 26 34 513 44 70
Binary 10111000 1101000 10001111 0 101011 10110 11100 101001011 100100 111000

Color Harmonies of #B8688F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8688F

Black with #B8688F

Text Example


Text Example

White with #B8688F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8688F; }

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

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

background-color css

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

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

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

border-color css

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

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

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