Html Css Color HEX #B8718A Tapestry

📋 copy color: '#B8718A'

red 184 ◦ green 113 ◦ blue 138

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

Shades of Tapestry #B8718A

Tints of Tapestry #B8718A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.98%

 BLUE value IS 138 (54.3% from 255) = 31.72%

R = 42.3%
G = 25.98%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8718A (or 0xB8718A) is known color: Tapestry. HEX triplet: B8, 71 and 8A. RGB value is (184,113,138). Sum of RGB (Red+Green+Blue) = 184+113+138=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 113 (44.53% from 255 or 25.98% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 184 - color contains mainly: red. Hex color #B8718A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8718A is #478E75. Grayscale: #898989. Windows color (decimal): -4689526 or 9073080. OLE color: 9073080.

HSL color Cylindrical-coordinate representation of color #B8718A: hue angle of 338.87º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B8718A is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 138 -
CMYK 0 0.39 0.25 0.28
HSL 338.87º 0.33% 0.58% -
HSV(B) 338.87º 0.39% 0.72% -
XYZ 30.26 23.84 27.05 -
YUV 137.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 184 113 138 0 0.39 0.25 0.28 338.87 0.33 0.58
Hex B8 71 8A 0 27 19 1C 153 21 3A
Octal 270 161 212 0 47 31 34 523 41 72
Binary 10111000 1110001 10001010 0 100111 11001 11100 101010011 100001 111010

Color Harmonies of #B8718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8718A

Black with #B8718A

Text Example


Text Example

White with #B8718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8718A; }

 p { color: rgb(184,113,138); }

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

background-color css

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

 a { background-color: rgb(184,113,138); }

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

border-color css

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

 span { border-color: rgb(184,113,138); }

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