Html Css Color HEX #BD4453 Hippie Pink

📋 copy color: '#BD4453'

red 189 ◦ green 68 ◦ blue 83

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

Shades of Hippie Pink #BD4453

Tints of Hippie Pink #BD4453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.41%

R = 55.59%
G = 20%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD4453 (or 0xBD4453) is known color: Hippie Pink. HEX triplet: BD, 44 and 53. RGB value is (189,68,83). Sum of RGB (Red+Green+Blue) = 189+68+83=340 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.59% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD4453 is #42BBAC. Grayscale: #696969. Windows color (decimal): -4373421 or 5457085. OLE color: 5457085.

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

Color convert

RGB 189 68 83 -
CMYK 0 0.64 0.56 0.26
HSL 352.56º 0.48% 0.5% -
HSV(B) 352.56º 0.64% 0.74% -
XYZ 24.61 15.58 9.89 -
YUV 105.89 115.09 187.28 -
System Red Green Blue C M Y K H S L
Decimal 189 68 83 0 0.64 0.56 0.26 352.56 0.48 0.5
Hex BD 44 53 0 40 38 1A 161 30 32
Octal 275 104 123 0 100 70 32 541 60 62
Binary 10111101 1000100 1010011 0 1000000 111000 11010 101100001 110000 110010

Color Harmonies of #BD4453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4453

Black with #BD4453

Text Example


Text Example

White with #BD4453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4453; }

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

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

background-color css

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

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

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

border-color css

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

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

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