Html Css Color HEX #BF5385 Mulberry

📋 copy color: '#BF5385'

red 191 ◦ green 83 ◦ blue 133

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

Shades of Mulberry #BF5385

Tints of Mulberry #BF5385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.39%

 BLUE value IS 133 (52.34% from 255) = 32.68%

R = 46.93%
G = 20.39%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.25

RGB Variations

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

Color information

#BF5385 (or 0xBF5385) is known color: Mulberry. HEX triplet: BF, 53 and 85. RGB value is (191,83,133). Sum of RGB (Red+Green+Blue) = 191+83+133=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 83 (32.81% from 255 or 20.39% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5385 is #40AC7A. Grayscale: #787878. Windows color (decimal): -4238459 or 8737727. OLE color: 8737727.

HSL color Cylindrical-coordinate representation of color #BF5385: hue angle of 332.22º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF5385 is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 83 133 -
CMYK 0 0.57 0.30 0.25
HSL 332.22º 0.46% 0.54% -
HSV(B) 332.22º 0.57% 0.75% -
XYZ 28.81 18.96 24.33 -
YUV 120.99 134.78 177.93 -
System Red Green Blue C M Y K H S L
Decimal 191 83 133 0 0.57 0.30 0.25 332.22 0.46 0.54
Hex BF 53 85 0 39 1E 19 14C 2E 36
Octal 277 123 205 0 71 36 31 514 56 66
Binary 10111111 1010011 10000101 0 111001 11110 11001 101001100 101110 110110

Color Harmonies of #BF5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5385

Black with #BF5385

Text Example


Text Example

White with #BF5385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5385; }

 p { color: rgb(191,83,133); }

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

background-color css

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

 a { background-color: rgb(191,83,133); }

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

border-color css

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

 span { border-color: rgb(191,83,133); }

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