Html Css Color HEX #B9454E Hippie Pink

📋 copy color: '#B9454E'

red 185 ◦ green 69 ◦ blue 78

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

Shades of Hippie Pink #B9454E

Tints of Hippie Pink #B9454E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.49%

R = 55.72%
G = 20.78%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#B9454E (or 0xB9454E) is known color: Hippie Pink. HEX triplet: B9, 45 and 4E. RGB value is (185,69,78). Sum of RGB (Red+Green+Blue) = 185+69+78=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9454E is #46BAB1. Grayscale: #686868. Windows color (decimal): -4635314 or 5129657. OLE color: 5129657.

HSL color Cylindrical-coordinate representation of color #B9454E: hue angle of 355.34º 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 #B9454E is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 69 78 -
CMYK 0 0.63 0.58 0.27
HSL 355.34º 0.46% 0.5% -
HSV(B) 355.34º 0.63% 0.73% -
XYZ 23.51 15.12 8.89 -
YUV 104.71 112.93 185.27 -
System Red Green Blue C M Y K H S L
Decimal 185 69 78 0 0.63 0.58 0.27 355.34 0.46 0.5
Hex B9 45 4E 0 3F 3A 1B 163 2E 32
Octal 271 105 116 0 77 72 33 543 56 62
Binary 10111001 1000101 1001110 0 111111 111010 11011 101100011 101110 110010

Color Harmonies of #B9454E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9454E

Black with #B9454E

Text Example


Text Example

White with #B9454E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9454E; }

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

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

background-color css

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

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

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

border-color css

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

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

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