Html Css Color HEX #BD4354 Hippie Pink

📋 copy color: '#BD4354'

red 189 ◦ green 67 ◦ blue 84

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

Shades of Hippie Pink #BD4354

Tints of Hippie Pink #BD4354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.71%

R = 55.59%
G = 19.71%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD4354 (or 0xBD4354) is known color: Hippie Pink. HEX triplet: BD, 43 and 54. RGB value is (189,67,84). Sum of RGB (Red+Green+Blue) = 189+67+84=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 67 (26.56% from 255 or 19.71% from 340); Blue value is 84 (33.20% from 255 or 24.71% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4354 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4354 is #42BCAB. Grayscale: #696969. Windows color (decimal): -4373676 or 5522365. OLE color: 5522365.

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

Color convert

RGB 189 67 84 -
CMYK 0 0.65 0.56 0.26
HSL 351.64º 0.48% 0.5% -
HSV(B) 351.64º 0.65% 0.74% -
XYZ 24.59 15.47 10.08 -
YUV 105.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 189 67 84 0 0.65 0.56 0.26 351.64 0.48 0.5
Hex BD 43 54 0 41 38 1A 160 30 32
Octal 275 103 124 0 101 70 32 540 60 62
Binary 10111101 1000011 1010100 0 1000001 111000 11010 101100000 110000 110010

Color Harmonies of #BD4354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4354

Black with #BD4354

Text Example


Text Example

White with #BD4354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4354; }

 p { color: rgb(189,67,84); }

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

background-color css

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

 a { background-color: rgb(189,67,84); }

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

border-color css

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

 span { border-color: rgb(189,67,84); }

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