Html Css Color HEX #B9465B Hippie Pink

📋 copy color: '#B9465B'

red 185 ◦ green 70 ◦ blue 91

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

Shades of Hippie Pink #B9465B

Tints of Hippie Pink #B9465B

RGB

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

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

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

R = 53.47%
G = 20.23%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9465B (or 0xB9465B) is known color: Hippie Pink. HEX triplet: B9, 46 and 5B. RGB value is (185,70,91). Sum of RGB (Red+Green+Blue) = 185+70+91=346 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.47% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 185 - color contains mainly: red. Hex color #B9465B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9465B is #46B9A4. Grayscale: #6A6A6A. Windows color (decimal): -4635045 or 5981881. OLE color: 5981881.

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

Color convert

RGB 185 70 91 -
CMYK 0 0.62 0.51 0.27
HSL 349.04º 0.45% 0.5% -
HSV(B) 349.04º 0.62% 0.73% -
XYZ 24.09 15.45 11.61 -
YUV 106.78 119.1 183.79 -
System Red Green Blue C M Y K H S L
Decimal 185 70 91 0 0.62 0.51 0.27 349.04 0.45 0.5
Hex B9 46 5B 0 3E 33 1B 15D 2D 32
Octal 271 106 133 0 76 63 33 535 55 62
Binary 10111001 1000110 1011011 0 111110 110011 11011 101011101 101101 110010

Color Harmonies of #B9465B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9465B

Black with #B9465B

Text Example


Text Example

White with #B9465B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9465B; }

 p { color: rgb(185,70,91); }

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

background-color css

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

 a { background-color: rgb(185,70,91); }

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

border-color css

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

 span { border-color: rgb(185,70,91); }

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