Html Css Color HEX #BD3E5B Hippie Pink

📋 copy color: '#BD3E5B'

red 189 ◦ green 62 ◦ blue 91

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

Shades of Hippie Pink #BD3E5B

Tints of Hippie Pink #BD3E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.61%

R = 55.26%
G = 18.13%
B = 26.61%

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

#BD3E5B (or 0xBD3E5B) is known color: Hippie Pink. HEX triplet: BD, 3E and 5B. RGB value is (189,62,91). Sum of RGB (Red+Green+Blue) = 189+62+91=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3E5B is #42C1A4. Grayscale: #676767. Windows color (decimal): -4374949 or 5979837. OLE color: 5979837.

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

Color convert

RGB 189 62 91 -
CMYK 0 0.67 0.52 0.26
HSL 346.3º 0.51% 0.49% -
HSV(B) 346.3º 0.67% 0.74% -
XYZ 24.6 15.02 11.5 -
YUV 103.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 189 62 91 0 0.67 0.52 0.26 346.3 0.51 0.49
Hex BD 3E 5B 0 43 34 1A 15A 33 31
Octal 275 76 133 0 103 64 32 532 63 61
Binary 10111101 111110 1011011 0 1000011 110100 11010 101011010 110011 110001

Color Harmonies of #BD3E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3E5B

Black with #BD3E5B

Text Example


Text Example

White with #BD3E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3E5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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