Html Css Color HEX #B9485C Hippie Pink

📋 copy color: '#B9485C'

red 185 ◦ green 72 ◦ blue 92

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

Shades of Hippie Pink #B9485C

Tints of Hippie Pink #B9485C

RGB

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

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

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

R = 53.01%
G = 20.63%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B9485C (or 0xB9485C) is known color: Hippie Pink. HEX triplet: B9, 48 and 5C. RGB value is (185,72,92). Sum of RGB (Red+Green+Blue) = 185+72+92=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 92 (36.33% from 255 or 26.36% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9485C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9485C is #46B7A3. Grayscale: #6C6C6C. Windows color (decimal): -4634532 or 6047929. OLE color: 6047929.

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

Color convert

RGB 185 72 92 -
CMYK 0 0.61 0.50 0.27
HSL 349.38º 0.45% 0.5% -
HSV(B) 349.38º 0.61% 0.73% -
XYZ 24.26 15.72 11.88 -
YUV 108.07 118.94 182.87 -
System Red Green Blue C M Y K H S L
Decimal 185 72 92 0 0.61 0.50 0.27 349.38 0.45 0.5
Hex B9 48 5C 0 3D 32 1B 15D 2D 32
Octal 271 110 134 0 75 62 33 535 55 62
Binary 10111001 1001000 1011100 0 111101 110010 11011 101011101 101101 110010

Color Harmonies of #B9485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9485C

Black with #B9485C

Text Example


Text Example

White with #B9485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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