Html Css Color HEX #B8628C Tapestry

📋 copy color: '#B8628C'

red 184 ◦ green 98 ◦ blue 140

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

Shades of Tapestry #B8628C

Tints of Tapestry #B8628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.22%

 BLUE value IS 140 (55.08% from 255) = 33.18%

R = 43.6%
G = 23.22%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.24

 K value IS 0.28

RGB Variations

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

Color information

#B8628C (or 0xB8628C) is known color: Tapestry. HEX triplet: B8, 62 and 8C. RGB value is (184,98,140). Sum of RGB (Red+Green+Blue) = 184+98+140=422 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.60% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 140 (55.08% from 255 or 33.18% from 422); Max value from RGB is 184 - color contains mainly: red. Hex color #B8628C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8628C is #479D73. Grayscale: #808080. Windows color (decimal): -4693364 or 9200312. OLE color: 9200312.

HSL color Cylindrical-coordinate representation of color #B8628C: hue angle of 330.7º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B8628C is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 98 140 -
CMYK 0 0.47 0.24 0.28
HSL 330.7º 0.38% 0.55% -
HSV(B) 330.7º 0.47% 0.72% -
XYZ 28.87 20.82 27.31 -
YUV 128.5 134.49 167.58 -
System Red Green Blue C M Y K H S L
Decimal 184 98 140 0 0.47 0.24 0.28 330.7 0.38 0.55
Hex B8 62 8C 0 2F 18 1C 14B 26 37
Octal 270 142 214 0 57 30 34 513 46 67
Binary 10111000 1100010 10001100 0 101111 11000 11100 101001011 100110 110111

Color Harmonies of #B8628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8628C

Black with #B8628C

Text Example


Text Example

White with #B8628C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8628C; }

 p { color: rgb(184,98,140); }

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

background-color css

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

 a { background-color: rgb(184,98,140); }

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

border-color css

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

 span { border-color: rgb(184,98,140); }

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