Html Css Color HEX #BF5B8A Mulberry

📋 copy color: '#BF5B8A'

red 191 ◦ green 91 ◦ blue 138

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

Shades of Mulberry #BF5B8A

Tints of Mulberry #BF5B8A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.67%

 BLUE value IS 138 (54.3% from 255) = 32.86%

R = 45.48%
G = 21.67%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF5B8A (or 0xBF5B8A) is known color: Mulberry. HEX triplet: BF, 5B and 8A. RGB value is (191,91,138). Sum of RGB (Red+Green+Blue) = 191+91+138=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 138 (54.30% from 255 or 32.86% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B8A is #40A475. Grayscale: #7E7E7E. Windows color (decimal): -4236406 or 9067455. OLE color: 9067455.

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

Color convert

RGB 191 91 138 -
CMYK 0 0.52 0.28 0.25
HSL 331.8º 0.44% 0.55% -
HSV(B) 331.8º 0.52% 0.75% -
XYZ 29.81 20.39 26.41 -
YUV 126.26 134.63 174.18 -
System Red Green Blue C M Y K H S L
Decimal 191 91 138 0 0.52 0.28 0.25 331.8 0.44 0.55
Hex BF 5B 8A 0 34 1C 19 14C 2C 37
Octal 277 133 212 0 64 34 31 514 54 67
Binary 10111111 1011011 10001010 0 110100 11100 11001 101001100 101100 110111

Color Harmonies of #BF5B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5B8A

Black with #BF5B8A

Text Example


Text Example

White with #BF5B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5B8A; }

 p { color: rgb(191,91,138); }

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

background-color css

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

 a { background-color: rgb(191,91,138); }

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

border-color css

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

 span { border-color: rgb(191,91,138); }

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