Html Css Color HEX #BD3E5A Hippie Pink

📋 copy color: '#BD3E5A'

red 189 ◦ green 62 ◦ blue 90

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

Shades of Hippie Pink #BD3E5A

Tints of Hippie Pink #BD3E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.18%

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 55.43%
G = 18.18%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD3E5A (or 0xBD3E5A) is known color: Hippie Pink. HEX triplet: BD, 3E and 5A. RGB value is (189,62,90). Sum of RGB (Red+Green+Blue) = 189+62+90=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E5A is #42C1A5. Grayscale: #676767. Windows color (decimal): -4374950 or 5914301. OLE color: 5914301.

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

Color convert

RGB 189 62 90 -
CMYK 0 0.67 0.52 0.26
HSL 346.77º 0.51% 0.49% -
HSV(B) 346.77º 0.67% 0.74% -
XYZ 24.55 15 11.27 -
YUV 103.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 189 62 90 0 0.67 0.52 0.26 346.77 0.51 0.49
Hex BD 3E 5A 0 43 34 1A 15B 33 31
Octal 275 76 132 0 103 64 32 533 63 61
Binary 10111101 111110 1011010 0 1000011 110100 11010 101011011 110011 110001

Color Harmonies of #BD3E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E5A

Black with #BD3E5A

Text Example


Text Example

White with #BD3E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E5A; }

 p { color: rgb(189,62,90); }

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

background-color css

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

 a { background-color: rgb(189,62,90); }

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

border-color css

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

 span { border-color: rgb(189,62,90); }

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