Html Css Color HEX #B0434C Hippie Pink

📋 copy color: '#B0434C'

red 176 ◦ green 67 ◦ blue 76

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

Shades of Hippie Pink #B0434C

Tints of Hippie Pink #B0434C

RGB

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

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

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

R = 55.17%
G = 21%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0434C (or 0xB0434C) is known color: Hippie Pink. HEX triplet: B0, 43 and 4C. RGB value is (176,67,76). Sum of RGB (Red+Green+Blue) = 176+67+76=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0434C is #4FBCB3. Grayscale: #646464. Windows color (decimal): -5225652 or 4998064. OLE color: 4998064.

HSL color Cylindrical-coordinate representation of color #B0434C: hue angle of 355.05º 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 #B0434C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 76 -
CMYK 0 0.62 0.57 0.31
HSL 355.05º 0.45% 0.48% -
HSV(B) 355.05º 0.62% 0.69% -
XYZ 21.22 13.77 8.38 -
YUV 100.62 114.11 181.77 -
System Red Green Blue C M Y K H S L
Decimal 176 67 76 0 0.62 0.57 0.31 355.05 0.45 0.48
Hex B0 43 4C 0 3E 39 1F 163 2D 30
Octal 260 103 114 0 76 71 37 543 55 60
Binary 10110000 1000011 1001100 0 111110 111001 11111 101100011 101101 110000

Color Harmonies of #B0434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0434C

Black with #B0434C

Text Example


Text Example

White with #B0434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0434C; }

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

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

background-color css

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

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

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

border-color css

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

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

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