Html Css Color HEX #BD455A Hippie Pink

📋 copy color: '#BD455A'

red 189 ◦ green 69 ◦ blue 90

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

Shades of Hippie Pink #BD455A

Tints of Hippie Pink #BD455A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.83%

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

R = 54.31%
G = 19.83%
B = 25.86%

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

#BD455A (or 0xBD455A) is known color: Hippie Pink. HEX triplet: BD, 45 and 5A. RGB value is (189,69,90). Sum of RGB (Red+Green+Blue) = 189+69+90=348 (46% of max value = 765). Red value is 189 (74.22% from 255 or 54.31% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 189 - color contains mainly: red. Hex color #BD455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD455A is #42BAA5. Grayscale: #6B6B6B. Windows color (decimal): -4373158 or 5916093. OLE color: 5916093.

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

Color convert

RGB 189 69 90 -
CMYK 0 0.63 0.52 0.26
HSL 349.5º 0.48% 0.51% -
HSV(B) 349.5º 0.63% 0.74% -
XYZ 24.96 15.81 11.41 -
YUV 107.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 189 69 90 0 0.63 0.52 0.26 349.5 0.48 0.51
Hex BD 45 5A 0 3F 34 1A 15E 30 33
Octal 275 105 132 0 77 64 32 536 60 63
Binary 10111101 1000101 1011010 0 111111 110100 11010 101011110 110000 110011

Color Harmonies of #BD455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD455A

Black with #BD455A

Text Example


Text Example

White with #BD455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD455A; }

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

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

background-color css

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

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

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

border-color css

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

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

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