Html Css Color HEX #B8618A Tapestry

📋 copy color: '#B8618A'

red 184 ◦ green 97 ◦ blue 138

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

Shades of Tapestry #B8618A

Tints of Tapestry #B8618A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.15%

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

R = 43.91%
G = 23.15%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8618A (or 0xB8618A) is known color: Tapestry. HEX triplet: B8, 61 and 8A. RGB value is (184,97,138). Sum of RGB (Red+Green+Blue) = 184+97+138=419 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.91% from 419); Green value is 97 (38.28% from 255 or 23.15% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 184 - color contains mainly: red. Hex color #B8618A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B8618A is #479E75. Grayscale: #7F7F7F. Windows color (decimal): -4693622 or 9068984. OLE color: 9068984.

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

Color convert

RGB 184 97 138 -
CMYK 0 0.47 0.25 0.28
HSL 331.72º 0.38% 0.55% -
HSV(B) 331.72º 0.47% 0.72% -
XYZ 28.63 20.57 26.51 -
YUV 127.69 133.82 168.17 -
System Red Green Blue C M Y K H S L
Decimal 184 97 138 0 0.47 0.25 0.28 331.72 0.38 0.55
Hex B8 61 8A 0 2F 19 1C 14C 26 37
Octal 270 141 212 0 57 31 34 514 46 67
Binary 10111000 1100001 10001010 0 101111 11001 11100 101001100 100110 110111

Color Harmonies of #B8618A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8618A

Black with #B8618A

Text Example


Text Example

White with #B8618A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8618A; }

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

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

background-color css

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

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

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

border-color css

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

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

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