Html Css Color HEX #B8768B Tapestry

📋 copy color: '#B8768B'

red 184 ◦ green 118 ◦ blue 139

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

Shades of Tapestry #B8768B

Tints of Tapestry #B8768B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.76%

 BLUE value IS 139 (54.69% from 255) = 31.52%

R = 41.72%
G = 26.76%
B = 31.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8768B (or 0xB8768B) is known color: Tapestry. HEX triplet: B8, 76 and 8B. RGB value is (184,118,139). Sum of RGB (Red+Green+Blue) = 184+118+139=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 118 (46.48% from 255 or 26.76% from 441); Blue value is 139 (54.69% from 255 or 31.52% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8768B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8768B is #478974. Grayscale: #8C8C8C. Windows color (decimal): -4688245 or 9139896. OLE color: 9139896.

HSL color Cylindrical-coordinate representation of color #B8768B: hue angle of 340.91º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B8768B is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 118 139 -
CMYK 0 0.36 0.24 0.28
HSL 340.91º 0.32% 0.59% -
HSV(B) 340.91º 0.36% 0.72% -
XYZ 30.91 25.01 27.62 -
YUV 140.13 127.37 159.29 -
System Red Green Blue C M Y K H S L
Decimal 184 118 139 0 0.36 0.24 0.28 340.91 0.32 0.59
Hex B8 76 8B 0 24 18 1C 155 20 3B
Octal 270 166 213 0 44 30 34 525 40 73
Binary 10111000 1110110 10001011 0 100100 11000 11100 101010101 100000 111011

Color Harmonies of #B8768B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8768B

Black with #B8768B

Text Example


Text Example

White with #B8768B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8768B; }

 p { color: rgb(184,118,139); }

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

background-color css

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

 a { background-color: rgb(184,118,139); }

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

border-color css

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

 span { border-color: rgb(184,118,139); }

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