Html Css Color HEX #BD465A Hippie Pink

📋 copy color: '#BD465A'

red 189 ◦ green 70 ◦ blue 90

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

Shades of Hippie Pink #BD465A

Tints of Hippie Pink #BD465A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.06%

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

R = 54.15%
G = 20.06%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BD465A (or 0xBD465A) is known color: Hippie Pink. HEX triplet: BD, 46 and 5A. RGB value is (189,70,90). Sum of RGB (Red+Green+Blue) = 189+70+90=349 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.15% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 189 - color contains mainly: red. Hex color #BD465A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD465A is #42B9A5. Grayscale: #6B6B6B. Windows color (decimal): -4372902 or 5916349. OLE color: 5916349.

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

Color convert

RGB 189 70 90 -
CMYK 0 0.63 0.52 0.26
HSL 349.92º 0.47% 0.51% -
HSV(B) 349.92º 0.63% 0.74% -
XYZ 25.02 15.94 11.43 -
YUV 107.86 117.92 185.87 -
System Red Green Blue C M Y K H S L
Decimal 189 70 90 0 0.63 0.52 0.26 349.92 0.47 0.51
Hex BD 46 5A 0 3F 34 1A 15E 2F 33
Octal 275 106 132 0 77 64 32 536 57 63
Binary 10111101 1000110 1011010 0 111111 110100 11010 101011110 101111 110011

Color Harmonies of #BD465A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD465A

Black with #BD465A

Text Example


Text Example

White with #BD465A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD465A; }

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

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

background-color css

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

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

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

border-color css

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

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

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