Html Css Color HEX #B9485B Hippie Pink

📋 copy color: '#B9485B'

red 185 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #B9485B

Tints of Hippie Pink #B9485B

RGB

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

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

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

R = 53.16%
G = 20.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9485B (or 0xB9485B) is known color: Hippie Pink. HEX triplet: B9, 48 and 5B. RGB value is (185,72,91). Sum of RGB (Red+Green+Blue) = 185+72+91=348 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.16% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 185 - color contains mainly: red. Hex color #B9485B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9485B is #46B7A4. Grayscale: #6B6B6B. Windows color (decimal): -4634533 or 5982393. OLE color: 5982393.

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

Color convert

RGB 185 72 91 -
CMYK 0 0.61 0.51 0.27
HSL 349.91º 0.45% 0.5% -
HSV(B) 349.91º 0.61% 0.73% -
XYZ 24.21 15.7 11.65 -
YUV 107.95 118.44 182.96 -
System Red Green Blue C M Y K H S L
Decimal 185 72 91 0 0.61 0.51 0.27 349.91 0.45 0.5
Hex B9 48 5B 0 3D 33 1B 15E 2D 32
Octal 271 110 133 0 75 63 33 536 55 62
Binary 10111001 1001000 1011011 0 111101 110011 11011 101011110 101101 110010

Color Harmonies of #B9485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9485B

Black with #B9485B

Text Example


Text Example

White with #B9485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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