Html Css Color HEX #B9434C Hippie Pink

📋 copy color: '#B9434C'

red 185 ◦ green 67 ◦ blue 76

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

Shades of Hippie Pink #B9434C

Tints of Hippie Pink #B9434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.43%

 BLUE value IS 76 (30.08% from 255) = 23.17%

R = 56.4%
G = 20.43%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#B9434C (or 0xB9434C) is known color: Hippie Pink. HEX triplet: B9, 43 and 4C. RGB value is (185,67,76). Sum of RGB (Red+Green+Blue) = 185+67+76=328 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.40% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 185 - color contains mainly: red. Hex color #B9434C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9434C is #46BCB3. Grayscale: #676767. Windows color (decimal): -4635828 or 4998073. OLE color: 4998073.

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

Color convert

RGB 185 67 76 -
CMYK 0 0.64 0.59 0.27
HSL 355.42º 0.47% 0.49% -
HSV(B) 355.42º 0.64% 0.73% -
XYZ 23.32 14.85 8.47 -
YUV 103.31 112.59 186.27 -
System Red Green Blue C M Y K H S L
Decimal 185 67 76 0 0.64 0.59 0.27 355.42 0.47 0.49
Hex B9 43 4C 0 40 3B 1B 163 2F 31
Octal 271 103 114 0 100 73 33 543 57 61
Binary 10111001 1000011 1001100 0 1000000 111011 11011 101100011 101111 110001

Color Harmonies of #B9434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9434C

Black with #B9434C

Text Example


Text Example

White with #B9434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9434C; }

 p { color: rgb(185,67,76); }

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

background-color css

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

 a { background-color: rgb(185,67,76); }

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

border-color css

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

 span { border-color: rgb(185,67,76); }

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