Html Css Color HEX #BD4451 Hippie Pink

📋 copy color: '#BD4451'

red 189 ◦ green 68 ◦ blue 81

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

Shades of Hippie Pink #BD4451

Tints of Hippie Pink #BD4451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 23.96%

R = 55.92%
G = 20.12%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD4451 (or 0xBD4451) is known color: Hippie Pink. HEX triplet: BD, 44 and 51. RGB value is (189,68,81). Sum of RGB (Red+Green+Blue) = 189+68+81=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 81 (32.03% from 255 or 23.96% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4451 is #42BBAE. Grayscale: #696969. Windows color (decimal): -4373423 or 5326013. OLE color: 5326013.

HSL color Cylindrical-coordinate representation of color #BD4451: hue angle of 353.55º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BD4451 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 68 81 -
CMYK 0 0.64 0.57 0.26
HSL 353.55º 0.48% 0.5% -
HSV(B) 353.55º 0.64% 0.74% -
XYZ 24.54 15.55 9.49 -
YUV 105.66 114.09 187.44 -
System Red Green Blue C M Y K H S L
Decimal 189 68 81 0 0.64 0.57 0.26 353.55 0.48 0.5
Hex BD 44 51 0 40 39 1A 162 30 32
Octal 275 104 121 0 100 71 32 542 60 62
Binary 10111101 1000100 1010001 0 1000000 111001 11010 101100010 110000 110010

Color Harmonies of #BD4451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4451

Black with #BD4451

Text Example


Text Example

White with #BD4451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4451; }

 p { color: rgb(189,68,81); }

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

background-color css

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

 a { background-color: rgb(189,68,81); }

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

border-color css

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

 span { border-color: rgb(189,68,81); }

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