Html Css Color HEX #B8708A Tapestry

📋 copy color: '#B8708A'

red 184 ◦ green 112 ◦ blue 138

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

Shades of Tapestry #B8708A

Tints of Tapestry #B8708A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.81%

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

R = 42.4%
G = 25.81%
B = 31.8%

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

#B8708A (or 0xB8708A) is known color: Tapestry. HEX triplet: B8, 70 and 8A. RGB value is (184,112,138). Sum of RGB (Red+Green+Blue) = 184+112+138=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 112 (44.14% from 255 or 25.81% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B8708A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8708A is #478F75. Grayscale: #888888. Windows color (decimal): -4689782 or 9072824. OLE color: 9072824.

HSL color Cylindrical-coordinate representation of color #B8708A: hue angle of 338.33º degrees, saturation: 0.34, 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 #B8708A is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 138 -
CMYK 0 0.39 0.25 0.28
HSL 338.33º 0.34% 0.58% -
HSV(B) 338.33º 0.39% 0.72% -
XYZ 30.15 23.61 27.01 -
YUV 136.49 128.85 161.89 -
System Red Green Blue C M Y K H S L
Decimal 184 112 138 0 0.39 0.25 0.28 338.33 0.34 0.58
Hex B8 70 8A 0 27 19 1C 152 22 3A
Octal 270 160 212 0 47 31 34 522 42 72
Binary 10111000 1110000 10001010 0 100111 11001 11100 101010010 100010 111010

Color Harmonies of #B8708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8708A

Black with #B8708A

Text Example


Text Example

White with #B8708A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8708A; }

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

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

background-color css

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

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

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

border-color css

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

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

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