Html Css Color HEX #B8628D Tapestry

📋 copy color: '#B8628D'

red 184 ◦ green 98 ◦ blue 141

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

Shades of Tapestry #B8628D

Tints of Tapestry #B8628D

RGB

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

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

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

R = 43.5%
G = 23.17%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8628D (or 0xB8628D) is known color: Tapestry. HEX triplet: B8, 62 and 8D. RGB value is (184,98,141). Sum of RGB (Red+Green+Blue) = 184+98+141=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 141 (55.47% from 255 or 33.33% from 423); Max value from RGB is 184 - color contains mainly: red. Hex color #B8628D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8628D is #479D72. Grayscale: #808080. Windows color (decimal): -4693363 or 9265848. OLE color: 9265848.

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

Color convert

RGB 184 98 141 -
CMYK 0 0.47 0.23 0.28
HSL 330º 0.38% 0.55% -
HSV(B) 330º 0.47% 0.72% -
XYZ 28.94 20.85 27.7 -
YUV 128.62 134.99 167.5 -
System Red Green Blue C M Y K H S L
Decimal 184 98 141 0 0.47 0.23 0.28 330 0.38 0.55
Hex B8 62 8D 0 2F 17 1C 14A 26 37
Octal 270 142 215 0 57 27 34 512 46 67
Binary 10111000 1100010 10001101 0 101111 10111 11100 101001010 100110 110111

Color Harmonies of #B8628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8628D

Black with #B8628D

Text Example


Text Example

White with #B8628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8628D; }

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

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

background-color css

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

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

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

border-color css

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

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

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