Html Css Color HEX #BF7478 Tapestry

📋 copy color: '#BF7478'

red 191 ◦ green 116 ◦ blue 120

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

Shades of Tapestry #BF7478

Tints of Tapestry #BF7478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.1%

R = 44.73%
G = 27.17%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#BF7478 (or 0xBF7478) is known color: Tapestry. HEX triplet: BF, 74 and 78. RGB value is (191,116,120). Sum of RGB (Red+Green+Blue) = 191+116+120=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 120 (47.27% from 255 or 28.10% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF7478 is #408B87. Grayscale: #8A8A8A. Windows color (decimal): -4230024 or 7894207. OLE color: 7894207.

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

Color convert

RGB 191 116 120 -
CMYK 0 0.39 0.37 0.25
HSL 356.8º 0.37% 0.6% -
HSV(B) 356.8º 0.39% 0.75% -
XYZ 31.12 24.92 20.94 -
YUV 138.88 117.35 165.17 -
System Red Green Blue C M Y K H S L
Decimal 191 116 120 0 0.39 0.37 0.25 356.8 0.37 0.6
Hex BF 74 78 0 27 25 19 165 25 3C
Octal 277 164 170 0 47 45 31 545 45 74
Binary 10111111 1110100 1111000 0 100111 100101 11001 101100101 100101 111100

Color Harmonies of #BF7478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7478

Black with #BF7478

Text Example


Text Example

White with #BF7478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7478; }

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

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

background-color css

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

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

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

border-color css

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

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

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