Html Css Color HEX #BF448A Mulberry

📋 copy color: '#BF448A'

red 191 ◦ green 68 ◦ blue 138

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

Shades of Mulberry #BF448A

Tints of Mulberry #BF448A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.13%

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

R = 48.11%
G = 17.13%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BF448A (or 0xBF448A) is known color: Mulberry. HEX triplet: BF, 44 and 8A. RGB value is (191,68,138). Sum of RGB (Red+Green+Blue) = 191+68+138=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 68 (26.95% from 255 or 17.13% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF448A is #40BB75. Grayscale: #707070. Windows color (decimal): -4242294 or 9061567. OLE color: 9061567.

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

Color convert

RGB 191 68 138 -
CMYK 0 0.64 0.28 0.25
HSL 325.85º 0.49% 0.51% -
HSV(B) 325.85º 0.64% 0.75% -
XYZ 28.14 17.05 25.85 -
YUV 112.76 142.25 183.81 -
System Red Green Blue C M Y K H S L
Decimal 191 68 138 0 0.64 0.28 0.25 325.85 0.49 0.51
Hex BF 44 8A 0 40 1C 19 146 31 33
Octal 277 104 212 0 100 34 31 506 61 63
Binary 10111111 1000100 10001010 0 1000000 11100 11001 101000110 110001 110011

Color Harmonies of #BF448A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF448A

Black with #BF448A

Text Example


Text Example

White with #BF448A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF448A; }

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

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

background-color css

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

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

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

border-color css

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

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

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