Html Css Color HEX #B9425A Hippie Pink

📋 copy color: '#B9425A'

red 185 ◦ green 66 ◦ blue 90

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

Shades of Hippie Pink #B9425A

Tints of Hippie Pink #B9425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 54.25%
G = 19.35%
B = 26.39%

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

#B9425A (or 0xB9425A) is known color: Hippie Pink. HEX triplet: B9, 42 and 5A. RGB value is (185,66,90). Sum of RGB (Red+Green+Blue) = 185+66+90=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 66 (26.17% from 255 or 19.35% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B9425A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9425A is #46BDA5. Grayscale: #686868. Windows color (decimal): -4636070 or 5915321. OLE color: 5915321.

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

Color convert

RGB 185 66 90 -
CMYK 0 0.64 0.51 0.27
HSL 347.9º 0.47% 0.49% -
HSV(B) 347.9º 0.64% 0.73% -
XYZ 23.8 14.95 11.3 -
YUV 104.32 119.92 185.55 -
System Red Green Blue C M Y K H S L
Decimal 185 66 90 0 0.64 0.51 0.27 347.9 0.47 0.49
Hex B9 42 5A 0 40 33 1B 15C 2F 31
Octal 271 102 132 0 100 63 33 534 57 61
Binary 10111001 1000010 1011010 0 1000000 110011 11011 101011100 101111 110001

Color Harmonies of #B9425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9425A

Black with #B9425A

Text Example


Text Example

White with #B9425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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