Html Css Color HEX #B8758A Tapestry

📋 copy color: '#B8758A'

red 184 ◦ green 117 ◦ blue 138

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

Shades of Tapestry #B8758A

Tints of Tapestry #B8758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.65%

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

R = 41.91%
G = 26.65%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8758A (or 0xB8758A) is known color: Tapestry. HEX triplet: B8, 75 and 8A. RGB value is (184,117,138). Sum of RGB (Red+Green+Blue) = 184+117+138=439 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.91% from 439); Green value is 117 (46.09% from 255 or 26.65% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 184 - color contains mainly: red. Hex color #B8758A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8758A is #478A75. Grayscale: #8B8B8B. Windows color (decimal): -4688502 or 9074104. OLE color: 9074104.

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

Color convert

RGB 184 117 138 -
CMYK 0 0.36 0.25 0.28
HSL 341.19º 0.32% 0.59% -
HSV(B) 341.19º 0.36% 0.72% -
XYZ 30.72 24.75 27.2 -
YUV 139.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 184 117 138 0 0.36 0.25 0.28 341.19 0.32 0.59
Hex B8 75 8A 0 24 19 1C 155 20 3B
Octal 270 165 212 0 44 31 34 525 40 73
Binary 10111000 1110101 10001010 0 100100 11001 11100 101010101 100000 111011

Color Harmonies of #B8758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8758A

Black with #B8758A

Text Example


Text Example

White with #B8758A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8758A; }

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

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

background-color css

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

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

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

border-color css

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

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

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