Html Css Color HEX #B9484A Hippie Pink

📋 copy color: '#B9484A'

red 185 ◦ green 72 ◦ blue 74

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

Shades of Hippie Pink #B9484A

Tints of Hippie Pink #B9484A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 55.89%
G = 21.75%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.6

 K value IS 0.27

RGB Variations

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

Color information

#B9484A (or 0xB9484A) is known color: Hippie Pink. HEX triplet: B9, 48 and 4A. RGB value is (185,72,74). Sum of RGB (Red+Green+Blue) = 185+72+74=331 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.89% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 185 - color contains mainly: red. Hex color #B9484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9484A is #46B7B5. Grayscale: #6A6A6A. Windows color (decimal): -4634550 or 4868281. OLE color: 4868281.

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

Color convert

RGB 185 72 74 -
CMYK 0 0.61 0.6 0.27
HSL 358.94º 0.45% 0.5% -
HSV(B) 358.94º 0.61% 0.73% -
XYZ 23.56 15.44 8.22 -
YUV 106.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 185 72 74 0 0.61 0.6 0.27 358.94 0.45 0.5
Hex B9 48 4A 0 3D 3C 1B 167 2D 32
Octal 271 110 112 0 75 74 33 547 55 62
Binary 10111001 1001000 1001010 0 111101 111100 11011 101100111 101101 110010

Color Harmonies of #B9484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9484A

Black with #B9484A

Text Example


Text Example

White with #B9484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9484A; }

 p { color: rgb(185,72,74); }

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

background-color css

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

 a { background-color: rgb(185,72,74); }

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

border-color css

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

 span { border-color: rgb(185,72,74); }

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