Html Css Color HEX #BF607B Tapestry

📋 copy color: '#BF607B'

red 191 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #BF607B

Tints of Tapestry #BF607B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

 BLUE value IS 123 (48.44% from 255) = 30%

R = 46.59%
G = 23.41%
B = 30%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#BF607B (or 0xBF607B) is known color: Tapestry. HEX triplet: BF, 60 and 7B. RGB value is (191,96,123). Sum of RGB (Red+Green+Blue) = 191+96+123=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF607B is #409F84. Grayscale: #7F7F7F. Windows color (decimal): -4235141 or 8085695. OLE color: 8085695.

HSL color Cylindrical-coordinate representation of color #BF607B: hue angle of 342.95º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF607B is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 96 123 -
CMYK 0 0.50 0.36 0.25
HSL 342.95º 0.43% 0.56% -
HSV(B) 342.95º 0.5% 0.75% -
XYZ 29.24 20.87 21.23 -
YUV 127.48 125.47 173.3 -
System Red Green Blue C M Y K H S L
Decimal 191 96 123 0 0.50 0.36 0.25 342.95 0.43 0.56
Hex BF 60 7B 0 32 24 19 157 2B 38
Octal 277 140 173 0 62 44 31 527 53 70
Binary 10111111 1100000 1111011 0 110010 100100 11001 101010111 101011 111000

Color Harmonies of #BF607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF607B

Black with #BF607B

Text Example


Text Example

White with #BF607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF607B; }

 p { color: rgb(191,96,123); }

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

background-color css

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

 a { background-color: rgb(191,96,123); }

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

border-color css

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

 span { border-color: rgb(191,96,123); }

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