Html Css Color HEX #B8748E Tapestry

📋 copy color: '#B8748E'

red 184 ◦ green 116 ◦ blue 142

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

Shades of Tapestry #B8748E

Tints of Tapestry #B8748E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.24%

 BLUE value IS 142 (55.86% from 255) = 32.13%

R = 41.63%
G = 26.24%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8748E (or 0xB8748E) is known color: Tapestry. HEX triplet: B8, 74 and 8E. RGB value is (184,116,142). Sum of RGB (Red+Green+Blue) = 184+116+142=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 116 (45.70% from 255 or 26.24% from 442); Blue value is 142 (55.86% from 255 or 32.13% from 442); Max value from RGB is 184 - color contains mainly: red. Hex color #B8748E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8748E is #478B71. Grayscale: #8B8B8B. Windows color (decimal): -4688754 or 9335992. OLE color: 9335992.

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

Color convert

RGB 184 116 142 -
CMYK 0 0.37 0.23 0.28
HSL 337.06º 0.32% 0.59% -
HSV(B) 337.06º 0.37% 0.72% -
XYZ 30.9 24.63 28.72 -
YUV 139.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 184 116 142 0 0.37 0.23 0.28 337.06 0.32 0.59
Hex B8 74 8E 0 25 17 1C 151 20 3B
Octal 270 164 216 0 45 27 34 521 40 73
Binary 10111000 1110100 10001110 0 100101 10111 11100 101010001 100000 111011

Color Harmonies of #B8748E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8748E

Black with #B8748E

Text Example


Text Example

White with #B8748E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8748E; }

 p { color: rgb(184,116,142); }

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

background-color css

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

 a { background-color: rgb(184,116,142); }

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

border-color css

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

 span { border-color: rgb(184,116,142); }

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