Html Css Color HEX #BF6096 Mulberry

📋 copy color: '#BF6096'

red 191 ◦ green 96 ◦ blue 150

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

Shades of Mulberry #BF6096

Tints of Mulberry #BF6096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 34.32%

R = 43.71%
G = 21.97%
B = 34.32%

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

#BF6096 (or 0xBF6096) is known color: Mulberry. HEX triplet: BF, 60 and 96. RGB value is (191,96,150). Sum of RGB (Red+Green+Blue) = 191+96+150=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6096 is #409F69. Grayscale: #828282. Windows color (decimal): -4235114 or 9855167. OLE color: 9855167.

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

Color convert

RGB 191 96 150 -
CMYK 0 0.50 0.21 0.25
HSL 325.89º 0.43% 0.56% -
HSV(B) 325.89º 0.5% 0.75% -
XYZ 31.17 21.64 31.39 -
YUV 130.56 138.97 171.11 -
System Red Green Blue C M Y K H S L
Decimal 191 96 150 0 0.50 0.21 0.25 325.89 0.43 0.56
Hex BF 60 96 0 32 15 19 146 2B 38
Octal 277 140 226 0 62 25 31 506 53 70
Binary 10111111 1100000 10010110 0 110010 10101 11001 101000110 101011 111000

Color Harmonies of #BF6096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6096

Black with #BF6096

Text Example


Text Example

White with #BF6096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6096; }

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

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

background-color css

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

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

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

border-color css

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

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

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