Html Css Color HEX #B8767C Tapestry

📋 copy color: '#B8767C'

red 184 ◦ green 118 ◦ blue 124

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

Shades of Tapestry #B8767C

Tints of Tapestry #B8767C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.11%

R = 43.19%
G = 27.7%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8767C (or 0xB8767C) is known color: Tapestry. HEX triplet: B8, 76 and 7C. RGB value is (184,118,124). Sum of RGB (Red+Green+Blue) = 184+118+124=426 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.19% from 426); Green value is 118 (46.48% from 255 or 27.70% from 426); Blue value is 124 (48.83% from 255 or 29.11% from 426); Max value from RGB is 184 - color contains mainly: red. Hex color #B8767C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8767C is #478983. Grayscale: #8A8A8A. Windows color (decimal): -4688260 or 8156856. OLE color: 8156856.

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

Color convert

RGB 184 118 124 -
CMYK 0 0.36 0.33 0.28
HSL 354.55º 0.32% 0.59% -
HSV(B) 354.55º 0.36% 0.72% -
XYZ 29.88 24.6 22.24 -
YUV 138.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 184 118 124 0 0.36 0.33 0.28 354.55 0.32 0.59
Hex B8 76 7C 0 24 21 1C 163 20 3B
Octal 270 166 174 0 44 41 34 543 40 73
Binary 10111000 1110110 1111100 0 100100 100001 11100 101100011 100000 111011

Color Harmonies of #B8767C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8767C

Black with #B8767C

Text Example


Text Example

White with #B8767C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8767C; }

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

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

background-color css

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

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

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

border-color css

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

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

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