Html Css Color HEX #B9455A Hippie Pink

📋 copy color: '#B9455A'

red 185 ◦ green 69 ◦ blue 90

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

Shades of Hippie Pink #B9455A

Tints of Hippie Pink #B9455A

RGB

 RED value IS 185 (72.66% from 255) = 53.78%

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

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

R = 53.78%
G = 20.06%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9455A (or 0xB9455A) is known color: Hippie Pink. HEX triplet: B9, 45 and 5A. RGB value is (185,69,90). Sum of RGB (Red+Green+Blue) = 185+69+90=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 69 (27.34% from 255 or 20.06% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9455A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9455A is #46BAA5. Grayscale: #6A6A6A. Windows color (decimal): -4635302 or 5916089. OLE color: 5916089.

HSL color Cylindrical-coordinate representation of color #B9455A: hue angle of 349.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B9455A is Cyan = 0, Magento = 0.63, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 90 -
CMYK 0 0.63 0.51 0.27
HSL 349.14º 0.46% 0.5% -
HSV(B) 349.14º 0.63% 0.73% -
XYZ 23.98 15.31 11.36 -
YUV 106.08 118.93 184.29 -
System Red Green Blue C M Y K H S L
Decimal 185 69 90 0 0.63 0.51 0.27 349.14 0.46 0.5
Hex B9 45 5A 0 3F 33 1B 15D 2E 32
Octal 271 105 132 0 77 63 33 535 56 62
Binary 10111001 1000101 1011010 0 111111 110011 11011 101011101 101110 110010

Color Harmonies of #B9455A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9455A

Black with #B9455A

Text Example


Text Example

White with #B9455A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9455A; }

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

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

background-color css

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

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

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

border-color css

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

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

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