Html Css Color HEX #BF6097 Mulberry

📋 copy color: '#BF6097'

red 191 ◦ green 96 ◦ blue 151

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

Shades of Mulberry #BF6097

Tints of Mulberry #BF6097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.47%

R = 43.61%
G = 21.92%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BF6097 (or 0xBF6097) is known color: Mulberry. HEX triplet: BF, 60 and 97. RGB value is (191,96,151). Sum of RGB (Red+Green+Blue) = 191+96+151=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 151 (59.38% from 255 or 34.47% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6097 is #409F68. Grayscale: #828282. Windows color (decimal): -4235113 or 9920703. OLE color: 9920703.

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

Color convert

RGB 191 96 151 -
CMYK 0 0.50 0.21 0.25
HSL 325.26º 0.43% 0.56% -
HSV(B) 325.26º 0.5% 0.75% -
XYZ 31.25 21.68 31.81 -
YUV 130.68 139.47 171.03 -
System Red Green Blue C M Y K H S L
Decimal 191 96 151 0 0.50 0.21 0.25 325.26 0.43 0.56
Hex BF 60 97 0 32 15 19 145 2B 38
Octal 277 140 227 0 62 25 31 505 53 70
Binary 10111111 1100000 10010111 0 110010 10101 11001 101000101 101011 111000

Color Harmonies of #BF6097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6097

Black with #BF6097

Text Example


Text Example

White with #BF6097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6097; }

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

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

background-color css

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

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

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

border-color css

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

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

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