Html Css Color HEX #B3424C Hippie Pink

📋 copy color: '#B3424C'

red 179 ◦ green 66 ◦ blue 76

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

Shades of Hippie Pink #B3424C

Tints of Hippie Pink #B3424C

RGB

 RED value IS 179 (70.31% from 255) = 55.76%

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

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

R = 55.76%
G = 20.56%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3424C (or 0xB3424C) is known color: Hippie Pink. HEX triplet: B3, 42 and 4C. RGB value is (179,66,76). Sum of RGB (Red+Green+Blue) = 179+66+76=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 76 (30.08% from 255 or 23.68% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3424C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3424C is #4CBDB3. Grayscale: #646464. Windows color (decimal): -5029300 or 4997811. OLE color: 4997811.

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

Color convert

RGB 179 66 76 -
CMYK 0 0.63 0.58 0.30
HSL 354.69º 0.46% 0.48% -
HSV(B) 354.69º 0.63% 0.7% -
XYZ 21.84 14 8.39 -
YUV 100.93 113.94 183.69 -
System Red Green Blue C M Y K H S L
Decimal 179 66 76 0 0.63 0.58 0.30 354.69 0.46 0.48
Hex B3 42 4C 0 3F 3A 1E 163 2E 30
Octal 263 102 114 0 77 72 36 543 56 60
Binary 10110011 1000010 1001100 0 111111 111010 11110 101100011 101110 110000

Color Harmonies of #B3424C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3424C

Black with #B3424C

Text Example


Text Example

White with #B3424C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3424C; }

 p { color: rgb(179,66,76); }

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

background-color css

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

 a { background-color: rgb(179,66,76); }

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

border-color css

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

 span { border-color: rgb(179,66,76); }

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