Html Css Color HEX #B8617F Tapestry

📋 copy color: '#B8617F'

red 184 ◦ green 97 ◦ blue 127

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

Shades of Tapestry #B8617F

Tints of Tapestry #B8617F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.13%

R = 45.1%
G = 23.77%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8617F (or 0xB8617F) is known color: Tapestry. HEX triplet: B8, 61 and 7F. RGB value is (184,97,127). Sum of RGB (Red+Green+Blue) = 184+97+127=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 184 - color contains mainly: red. Hex color #B8617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8617F is #479E80. Grayscale: #7E7E7E. Windows color (decimal): -4693633 or 8348088. OLE color: 8348088.

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

Color convert

RGB 184 97 127 -
CMYK 0 0.47 0.31 0.28
HSL 339.31º 0.38% 0.55% -
HSV(B) 339.31º 0.47% 0.72% -
XYZ 27.87 20.27 22.52 -
YUV 126.43 128.32 169.06 -
System Red Green Blue C M Y K H S L
Decimal 184 97 127 0 0.47 0.31 0.28 339.31 0.38 0.55
Hex B8 61 7F 0 2F 1F 1C 153 26 37
Octal 270 141 177 0 57 37 34 523 46 67
Binary 10111000 1100001 1111111 0 101111 11111 11100 101010011 100110 110111

Color Harmonies of #B8617F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8617F

Black with #B8617F

Text Example


Text Example

White with #B8617F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8617F; }

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

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

background-color css

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

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

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

border-color css

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

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

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