Html Css Color HEX #BD4859 Hippie Pink

📋 copy color: '#BD4859'

red 189 ◦ green 72 ◦ blue 89

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

Shades of Hippie Pink #BD4859

Tints of Hippie Pink #BD4859

RGB

 RED value IS 189 (74.22% from 255) = 54%

 GREEN value IS 72 (28.52% from 255) = 20.57%

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

R = 54%
G = 20.57%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BD4859 (or 0xBD4859) is known color: Hippie Pink. HEX triplet: BD, 48 and 59. RGB value is (189,72,89). Sum of RGB (Red+Green+Blue) = 189+72+89=350 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4859 is #42B7A6. Grayscale: #6C6C6C. Windows color (decimal): -4372391 or 5851325. OLE color: 5851325.

HSL color Cylindrical-coordinate representation of color #BD4859: hue angle of 351.28º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BD4859 is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 72 89 -
CMYK 0 0.62 0.53 0.26
HSL 351.28º 0.47% 0.51% -
HSV(B) 351.28º 0.62% 0.74% -
XYZ 25.11 16.17 11.25 -
YUV 108.92 116.76 185.12 -
System Red Green Blue C M Y K H S L
Decimal 189 72 89 0 0.62 0.53 0.26 351.28 0.47 0.51
Hex BD 48 59 0 3E 35 1A 15F 2F 33
Octal 275 110 131 0 76 65 32 537 57 63
Binary 10111101 1001000 1011001 0 111110 110101 11010 101011111 101111 110011

Color Harmonies of #BD4859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4859

Black with #BD4859

Text Example


Text Example

White with #BD4859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4859; }

 p { color: rgb(189,72,89); }

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

background-color css

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

 a { background-color: rgb(189,72,89); }

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

border-color css

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

 span { border-color: rgb(189,72,89); }

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