Html Css Color HEX #B9465D Hippie Pink

📋 copy color: '#B9465D'

red 185 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #B9465D

Tints of Hippie Pink #B9465D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.72%

R = 53.16%
G = 20.11%
B = 26.72%

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

#B9465D (or 0xB9465D) is known color: Hippie Pink. HEX triplet: B9, 46 and 5D. RGB value is (185,70,93). Sum of RGB (Red+Green+Blue) = 185+70+93=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 70 (27.73% from 255 or 20.11% from 348); Blue value is 93 (36.72% from 255 or 26.72% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9465D is #46B9A2. Grayscale: #6B6B6B. Windows color (decimal): -4635043 or 6112953. OLE color: 6112953.

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

Color convert

RGB 185 70 93 -
CMYK 0 0.62 0.50 0.27
HSL 348º 0.45% 0.5% -
HSV(B) 348º 0.62% 0.73% -
XYZ 24.17 15.48 12.07 -
YUV 107.01 120.1 183.63 -
System Red Green Blue C M Y K H S L
Decimal 185 70 93 0 0.62 0.50 0.27 348 0.45 0.5
Hex B9 46 5D 0 3E 32 1B 15C 2D 32
Octal 271 106 135 0 76 62 33 534 55 62
Binary 10111001 1000110 1011101 0 111110 110010 11011 101011100 101101 110010

Color Harmonies of #B9465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9465D

Black with #B9465D

Text Example


Text Example

White with #B9465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9465D; }

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

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

background-color css

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

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

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

border-color css

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

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

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