Html Css Color HEX #BF7481 Tapestry

📋 copy color: '#BF7481'

red 191 ◦ green 116 ◦ blue 129

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

Shades of Tapestry #BF7481

Tints of Tapestry #BF7481

RGB

 RED value IS 191 (75% from 255) = 43.81%

 GREEN value IS 116 (45.7% from 255) = 26.61%

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 43.81%
G = 26.61%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BF7481 (or 0xBF7481) is known color: Tapestry. HEX triplet: BF, 74 and 81. RGB value is (191,116,129). Sum of RGB (Red+Green+Blue) = 191+116+129=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 116 (45.70% from 255 or 26.61% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7481 is #408B7E. Grayscale: #8B8B8B. Windows color (decimal): -4230015 or 8484031. OLE color: 8484031.

HSL color Cylindrical-coordinate representation of color #BF7481: hue angle of 349.6º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BF7481 is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 116 129 -
CMYK 0 0.39 0.32 0.25
HSL 349.6º 0.37% 0.6% -
HSV(B) 349.6º 0.39% 0.75% -
XYZ 31.69 25.15 23.95 -
YUV 139.91 121.85 164.44 -
System Red Green Blue C M Y K H S L
Decimal 191 116 129 0 0.39 0.32 0.25 349.6 0.37 0.6
Hex BF 74 81 0 27 20 19 15E 25 3C
Octal 277 164 201 0 47 40 31 536 45 74
Binary 10111111 1110100 10000001 0 100111 100000 11001 101011110 100101 111100

Color Harmonies of #BF7481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7481

Black with #BF7481

Text Example


Text Example

White with #BF7481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7481; }

 p { color: rgb(191,116,129); }

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

background-color css

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

 a { background-color: rgb(191,116,129); }

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

border-color css

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

 span { border-color: rgb(191,116,129); }

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