Html Css Color HEX #BF5C92 Mulberry

📋 copy color: '#BF5C92'

red 191 ◦ green 92 ◦ blue 146

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

Shades of Mulberry #BF5C92

Tints of Mulberry #BF5C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.45%

 BLUE value IS 146 (57.42% from 255) = 34.03%

R = 44.52%
G = 21.45%
B = 34.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BF5C92 (or 0xBF5C92) is known color: Mulberry. HEX triplet: BF, 5C and 92. RGB value is (191,92,146). Sum of RGB (Red+Green+Blue) = 191+92+146=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 92 (36.33% from 255 or 21.45% from 429); Blue value is 146 (57.42% from 255 or 34.03% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5C92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5C92 is #40A36D. Grayscale: #7F7F7F. Windows color (decimal): -4236142 or 9591999. OLE color: 9591999.

HSL color Cylindrical-coordinate representation of color #BF5C92: hue angle of 327.27º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF5C92 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 92 146 -
CMYK 0 0.52 0.24 0.25
HSL 327.27º 0.44% 0.55% -
HSV(B) 327.27º 0.52% 0.75% -
XYZ 30.5 20.81 29.6 -
YUV 127.76 138.3 173.11 -
System Red Green Blue C M Y K H S L
Decimal 191 92 146 0 0.52 0.24 0.25 327.27 0.44 0.55
Hex BF 5C 92 0 34 18 19 147 2C 37
Octal 277 134 222 0 64 30 31 507 54 67
Binary 10111111 1011100 10010010 0 110100 11000 11001 101000111 101100 110111

Color Harmonies of #BF5C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5C92

Black with #BF5C92

Text Example


Text Example

White with #BF5C92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5C92; }

 p { color: rgb(191,92,146); }

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

background-color css

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

 a { background-color: rgb(191,92,146); }

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

border-color css

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

 span { border-color: rgb(191,92,146); }

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