Html Css Color HEX #B0434D Hippie Pink

📋 copy color: '#B0434D'

red 176 ◦ green 67 ◦ blue 77

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

Shades of Hippie Pink #B0434D

Tints of Hippie Pink #B0434D

RGB

 RED value IS 176 (69.14% from 255) = 55%

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

 BLUE value IS 77 (30.47% from 255) = 24.06%

R = 55%
G = 20.94%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0434D (or 0xB0434D) is known color: Hippie Pink. HEX triplet: B0, 43 and 4D. RGB value is (176,67,77). Sum of RGB (Red+Green+Blue) = 176+67+77=320 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 176 - color contains mainly: red. Hex color #B0434D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0434D is #4FBCB2. Grayscale: #646464. Windows color (decimal): -5225651 or 5063600. OLE color: 5063600.

HSL color Cylindrical-coordinate representation of color #B0434D: hue angle of 354.5º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0434D is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 77 -
CMYK 0 0.62 0.56 0.31
HSL 354.5º 0.45% 0.48% -
HSV(B) 354.5º 0.62% 0.69% -
XYZ 21.25 13.78 8.56 -
YUV 100.73 114.61 181.69 -
System Red Green Blue C M Y K H S L
Decimal 176 67 77 0 0.62 0.56 0.31 354.5 0.45 0.48
Hex B0 43 4D 0 3E 38 1F 162 2D 30
Octal 260 103 115 0 76 70 37 542 55 60
Binary 10110000 1000011 1001101 0 111110 111000 11111 101100010 101101 110000

Color Harmonies of #B0434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0434D

Black with #B0434D

Text Example


Text Example

White with #B0434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0434D; }

 p { color: rgb(176,67,77); }

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

background-color css

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

 a { background-color: rgb(176,67,77); }

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

border-color css

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

 span { border-color: rgb(176,67,77); }

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