Html Css Color HEX #B9465C Hippie Pink

📋 copy color: '#B9465C'

red 185 ◦ green 70 ◦ blue 92

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

Shades of Hippie Pink #B9465C

Tints of Hippie Pink #B9465C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.51%

R = 53.31%
G = 20.17%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9465C (or 0xB9465C) is known color: Hippie Pink. HEX triplet: B9, 46 and 5C. RGB value is (185,70,92). Sum of RGB (Red+Green+Blue) = 185+70+92=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 70 (27.73% from 255 or 20.17% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9465C is #46B9A3. Grayscale: #6A6A6A. Windows color (decimal): -4635044 or 6047417. OLE color: 6047417.

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

Color convert

RGB 185 70 92 -
CMYK 0 0.62 0.50 0.27
HSL 348.52º 0.45% 0.5% -
HSV(B) 348.52º 0.62% 0.73% -
XYZ 24.13 15.47 11.84 -
YUV 106.89 119.6 183.71 -
System Red Green Blue C M Y K H S L
Decimal 185 70 92 0 0.62 0.50 0.27 348.52 0.45 0.5
Hex B9 46 5C 0 3E 32 1B 15D 2D 32
Octal 271 106 134 0 76 62 33 535 55 62
Binary 10111001 1000110 1011100 0 111110 110010 11011 101011101 101101 110010

Color Harmonies of #B9465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9465C

Black with #B9465C

Text Example


Text Example

White with #B9465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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