Html Css Color HEX #B9425B Hippie Pink

📋 copy color: '#B9425B'

red 185 ◦ green 66 ◦ blue 91

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

Shades of Hippie Pink #B9425B

Tints of Hippie Pink #B9425B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.3%

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

R = 54.09%
G = 19.3%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#B9425B (or 0xB9425B) is known color: Hippie Pink. HEX triplet: B9, 42 and 5B. RGB value is (185,66,91). Sum of RGB (Red+Green+Blue) = 185+66+91=342 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.09% from 342); Green value is 66 (26.17% from 255 or 19.30% from 342); Blue value is 91 (35.94% from 255 or 26.61% from 342); Max value from RGB is 185 - color contains mainly: red. Hex color #B9425B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9425B is #46BDA4. Grayscale: #686868. Windows color (decimal): -4636069 or 5980857. OLE color: 5980857.

HSL color Cylindrical-coordinate representation of color #B9425B: hue angle of 347.39º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B9425B is Cyan = 0, Magento = 0.64, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 66 91 -
CMYK 0 0.64 0.51 0.27
HSL 347.4º 0.47% 0.49% -
HSV(B) 347.4º 0.64% 0.73% -
XYZ 23.84 14.97 11.53 -
YUV 104.43 120.42 185.47 -
System Red Green Blue C M Y K H S L
Decimal 185 66 91 0 0.64 0.51 0.27 347.4 0.47 0.49
Hex B9 42 5B 0 40 33 1B 15B 2F 31
Octal 271 102 133 0 100 63 33 533 57 61
Binary 10111001 1000010 1011011 0 1000000 110011 11011 101011011 101111 110001

Color Harmonies of #B9425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9425B

Black with #B9425B

Text Example


Text Example

White with #B9425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9425B; }

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

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

background-color css

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

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

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

border-color css

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

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

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