Html Css Color HEX #BF7483 Tapestry

📋 copy color: '#BF7483'

red 191 ◦ green 116 ◦ blue 131

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

Shades of Tapestry #BF7483

Tints of Tapestry #BF7483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.91%

R = 43.61%
G = 26.48%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF7483 (or 0xBF7483) is known color: Tapestry. HEX triplet: BF, 74 and 83. RGB value is (191,116,131). Sum of RGB (Red+Green+Blue) = 191+116+131=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 116 (45.70% from 255 or 26.48% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7483 is #408B7C. Grayscale: #8C8C8C. Windows color (decimal): -4230013 or 8615103. OLE color: 8615103.

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

Color convert

RGB 191 116 131 -
CMYK 0 0.39 0.31 0.25
HSL 348º 0.37% 0.6% -
HSV(B) 348º 0.39% 0.75% -
XYZ 31.83 25.21 24.66 -
YUV 140.14 122.85 164.28 -
System Red Green Blue C M Y K H S L
Decimal 191 116 131 0 0.39 0.31 0.25 348 0.37 0.6
Hex BF 74 83 0 27 1F 19 15C 25 3C
Octal 277 164 203 0 47 37 31 534 45 74
Binary 10111111 1110100 10000011 0 100111 11111 11001 101011100 100101 111100

Color Harmonies of #BF7483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7483

Black with #BF7483

Text Example


Text Example

White with #BF7483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7483; }

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

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

background-color css

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

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

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

border-color css

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

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

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