Html Css Color HEX #BF437F Mulberry

📋 copy color: '#BF437F'

red 191 ◦ green 67 ◦ blue 127

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

Shades of Mulberry #BF437F

Tints of Mulberry #BF437F

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.4%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 49.61%
G = 17.4%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#BF437F (or 0xBF437F) is known color: Mulberry. HEX triplet: BF, 43 and 7F. RGB value is (191,67,127). Sum of RGB (Red+Green+Blue) = 191+67+127=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF437F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF437F is #40BC80. Grayscale: #6E6E6E. Windows color (decimal): -4242561 or 8340415. OLE color: 8340415.

HSL color Cylindrical-coordinate representation of color #BF437F: hue angle of 330.97º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF437F is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 67 127 -
CMYK 0 0.65 0.34 0.25
HSL 330.97º 0.49% 0.51% -
HSV(B) 330.97º 0.65% 0.75% -
XYZ 27.32 16.62 21.85 -
YUV 110.92 137.08 185.12 -
System Red Green Blue C M Y K H S L
Decimal 191 67 127 0 0.65 0.34 0.25 330.97 0.49 0.51
Hex BF 43 7F 0 41 22 19 14B 31 33
Octal 277 103 177 0 101 42 31 513 61 63
Binary 10111111 1000011 1111111 0 1000001 100010 11001 101001011 110001 110011

Color Harmonies of #BF437F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF437F

Black with #BF437F

Text Example


Text Example

White with #BF437F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF437F; }

 p { color: rgb(191,67,127); }

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

background-color css

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

 a { background-color: rgb(191,67,127); }

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

border-color css

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

 span { border-color: rgb(191,67,127); }

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