Html Css Color HEX #BF4459 Hippie Pink

📋 copy color: '#BF4459'

red 191 ◦ green 68 ◦ blue 89

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

Shades of Hippie Pink #BF4459

Tints of Hippie Pink #BF4459

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 25.57%

R = 54.89%
G = 19.54%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#BF4459 (or 0xBF4459) is known color: Hippie Pink. HEX triplet: BF, 44 and 59. RGB value is (191,68,89). Sum of RGB (Red+Green+Blue) = 191+68+89=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4459 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF4459 is #40BBA6. Grayscale: #6B6B6B. Windows color (decimal): -4242343 or 5850303. OLE color: 5850303.

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

Color convert

RGB 191 68 89 -
CMYK 0 0.64 0.53 0.25
HSL 349.76º 0.49% 0.51% -
HSV(B) 349.76º 0.64% 0.75% -
XYZ 25.36 15.93 11.19 -
YUV 107.17 117.75 187.79 -
System Red Green Blue C M Y K H S L
Decimal 191 68 89 0 0.64 0.53 0.25 349.76 0.49 0.51
Hex BF 44 59 0 40 35 19 15E 31 33
Octal 277 104 131 0 100 65 31 536 61 63
Binary 10111111 1000100 1011001 0 1000000 110101 11001 101011110 110001 110011

Color Harmonies of #BF4459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF4459

Black with #BF4459

Text Example


Text Example

White with #BF4459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF4459; }

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

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

background-color css

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

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

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

border-color css

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

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

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