Html Css Color HEX #BF6383 Tapestry

📋 copy color: '#BF6383'

red 191 ◦ green 99 ◦ blue 131

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

Shades of Tapestry #BF6383

Tints of Tapestry #BF6383

RGB

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

 GREEN value IS 99 (39.06% from 255) = 23.52%

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

R = 45.37%
G = 23.52%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#BF6383 (or 0xBF6383) is known color: Tapestry. HEX triplet: BF, 63 and 83. RGB value is (191,99,131). Sum of RGB (Red+Green+Blue) = 191+99+131=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 99 (39.06% from 255 or 23.52% from 421); Blue value is 131 (51.56% from 255 or 31.12% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6383 is #409C7C. Grayscale: #828282. Windows color (decimal): -4234365 or 8610751. OLE color: 8610751.

HSL color Cylindrical-coordinate representation of color #BF6383: hue angle of 339.13º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF6383 is Cyan = 0, Magento = 0.48, Yellow = 0.31 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 99 131 -
CMYK 0 0.48 0.31 0.25
HSL 339.13º 0.42% 0.57% -
HSV(B) 339.13º 0.48% 0.75% -
XYZ 30.04 21.64 24.07 -
YUV 130.16 128.48 171.4 -
System Red Green Blue C M Y K H S L
Decimal 191 99 131 0 0.48 0.31 0.25 339.13 0.42 0.57
Hex BF 63 83 0 30 1F 19 153 2A 39
Octal 277 143 203 0 60 37 31 523 52 71
Binary 10111111 1100011 10000011 0 110000 11111 11001 101010011 101010 111001

Color Harmonies of #BF6383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6383

Black with #BF6383

Text Example


Text Example

White with #BF6383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6383; }

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

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

background-color css

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

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

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

border-color css

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

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

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