Html Css Color HEX #B8638E Tapestry

📋 copy color: '#B8638E'

red 184 ◦ green 99 ◦ blue 142

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

Shades of Tapestry #B8638E

Tints of Tapestry #B8638E

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.29%

 BLUE value IS 142 (55.86% from 255) = 33.41%

R = 43.29%
G = 23.29%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#B8638E (or 0xB8638E) is known color: Tapestry. HEX triplet: B8, 63 and 8E. RGB value is (184,99,142). Sum of RGB (Red+Green+Blue) = 184+99+142=425 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.29% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 142 (55.86% from 255 or 33.41% from 425); Max value from RGB is 184 - color contains mainly: red. Hex color #B8638E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8638E is #479C71. Grayscale: #818181. Windows color (decimal): -4693106 or 9331640. OLE color: 9331640.

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

Color convert

RGB 184 99 142 -
CMYK 0 0.46 0.23 0.28
HSL 329.65º 0.37% 0.55% -
HSV(B) 329.65º 0.46% 0.72% -
XYZ 29.11 21.07 28.12 -
YUV 129.32 135.16 167 -
System Red Green Blue C M Y K H S L
Decimal 184 99 142 0 0.46 0.23 0.28 329.65 0.37 0.55
Hex B8 63 8E 0 2E 17 1C 14A 25 37
Octal 270 143 216 0 56 27 34 512 45 67
Binary 10111000 1100011 10001110 0 101110 10111 11100 101001010 100101 110111

Color Harmonies of #B8638E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8638E

Black with #B8638E

Text Example


Text Example

White with #B8638E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8638E; }

 p { color: rgb(184,99,142); }

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

background-color css

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

 a { background-color: rgb(184,99,142); }

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

border-color css

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

 span { border-color: rgb(184,99,142); }

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