Html Css Color HEX #B8748D Tapestry

📋 copy color: '#B8748D'

red 184 ◦ green 116 ◦ blue 141

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

Shades of Tapestry #B8748D

Tints of Tapestry #B8748D

RGB

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

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

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

R = 41.72%
G = 26.3%
B = 31.97%

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

#B8748D (or 0xB8748D) is known color: Tapestry. HEX triplet: B8, 74 and 8D. RGB value is (184,116,141). Sum of RGB (Red+Green+Blue) = 184+116+141=441 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.72% from 441); Green value is 116 (45.70% from 255 or 26.30% from 441); Blue value is 141 (55.47% from 255 or 31.97% from 441); Max value from RGB is 184 - color contains mainly: red. Hex color #B8748D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8748D is #478B72. Grayscale: #8B8B8B. Windows color (decimal): -4688755 or 9270456. OLE color: 9270456.

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

Color convert

RGB 184 116 141 -
CMYK 0 0.37 0.23 0.28
HSL 337.94º 0.32% 0.59% -
HSV(B) 337.94º 0.37% 0.72% -
XYZ 30.82 24.6 28.32 -
YUV 139.18 129.03 159.97 -
System Red Green Blue C M Y K H S L
Decimal 184 116 141 0 0.37 0.23 0.28 337.94 0.32 0.59
Hex B8 74 8D 0 25 17 1C 152 20 3B
Octal 270 164 215 0 45 27 34 522 40 73
Binary 10111000 1110100 10001101 0 100101 10111 11100 101010010 100000 111011

Color Harmonies of #B8748D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8748D

Black with #B8748D

Text Example


Text Example

White with #B8748D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8748D; }

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

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

background-color css

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

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

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

border-color css

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

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

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