Html Css Color HEX #B2434C Hippie Pink

📋 copy color: '#B2434C'

red 178 ◦ green 67 ◦ blue 76

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

Shades of Hippie Pink #B2434C

Tints of Hippie Pink #B2434C

RGB

 RED value IS 178 (69.92% from 255) = 55.45%

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

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

R = 55.45%
G = 20.87%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2434C (or 0xB2434C) is known color: Hippie Pink. HEX triplet: B2, 43 and 4C. RGB value is (178,67,76). Sum of RGB (Red+Green+Blue) = 178+67+76=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2434C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2434C is #4DBCB3. Grayscale: #656565. Windows color (decimal): -5094580 or 4998066. OLE color: 4998066.

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

Color convert

RGB 178 67 76 -
CMYK 0 0.62 0.57 0.30
HSL 355.14º 0.45% 0.48% -
HSV(B) 355.14º 0.62% 0.7% -
XYZ 21.67 14 8.4 -
YUV 101.22 113.77 182.77 -
System Red Green Blue C M Y K H S L
Decimal 178 67 76 0 0.62 0.57 0.30 355.14 0.45 0.48
Hex B2 43 4C 0 3E 39 1E 163 2D 30
Octal 262 103 114 0 76 71 36 543 55 60
Binary 10110010 1000011 1001100 0 111110 111001 11110 101100011 101101 110000

Color Harmonies of #B2434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2434C

Black with #B2434C

Text Example


Text Example

White with #B2434C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2434C; }

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

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

background-color css

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

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

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

border-color css

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

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

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