Html Css Color HEX #B9475D Hippie Pink

📋 copy color: '#B9475D'

red 185 ◦ green 71 ◦ blue 93

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

Shades of Hippie Pink #B9475D

Tints of Hippie Pink #B9475D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.34%

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

R = 53.01%
G = 20.34%
B = 26.65%

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

#B9475D (or 0xB9475D) is known color: Hippie Pink. HEX triplet: B9, 47 and 5D. RGB value is (185,71,93). Sum of RGB (Red+Green+Blue) = 185+71+93=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 93 (36.72% from 255 or 26.65% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9475D is #46B8A2. Grayscale: #6B6B6B. Windows color (decimal): -4634787 or 6113209. OLE color: 6113209.

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

Color convert

RGB 185 71 93 -
CMYK 0 0.62 0.50 0.27
HSL 348.42º 0.45% 0.5% -
HSV(B) 348.42º 0.62% 0.73% -
XYZ 24.24 15.61 12.09 -
YUV 107.59 119.77 183.21 -
System Red Green Blue C M Y K H S L
Decimal 185 71 93 0 0.62 0.50 0.27 348.42 0.45 0.5
Hex B9 47 5D 0 3E 32 1B 15C 2D 32
Octal 271 107 135 0 76 62 33 534 55 62
Binary 10111001 1000111 1011101 0 111110 110010 11011 101011100 101101 110010

Color Harmonies of #B9475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9475D

Black with #B9475D

Text Example


Text Example

White with #B9475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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