Html Css Color HEX #B3404D Hippie Pink

📋 copy color: '#B3404D'

red 179 ◦ green 64 ◦ blue 77

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

Shades of Hippie Pink #B3404D

Tints of Hippie Pink #B3404D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20%

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

R = 55.94%
G = 20%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3404D (or 0xB3404D) is known color: Hippie Pink. HEX triplet: B3, 40 and 4D. RGB value is (179,64,77). Sum of RGB (Red+Green+Blue) = 179+64+77=320 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 179 - color contains mainly: red. Hex color #B3404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3404D is #4CBFB2. Grayscale: #636363. Windows color (decimal): -5029811 or 5062835. OLE color: 5062835.

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

Color convert

RGB 179 64 77 -
CMYK 0 0.64 0.57 0.30
HSL 353.22º 0.47% 0.48% -
HSV(B) 353.22º 0.64% 0.7% -
XYZ 21.76 13.79 8.54 -
YUV 99.87 115.1 184.44 -
System Red Green Blue C M Y K H S L
Decimal 179 64 77 0 0.64 0.57 0.30 353.22 0.47 0.48
Hex B3 40 4D 0 40 39 1E 161 2F 30
Octal 263 100 115 0 100 71 36 541 57 60
Binary 10110011 1000000 1001101 0 1000000 111001 11110 101100001 101111 110000

Color Harmonies of #B3404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3404D

Black with #B3404D

Text Example


Text Example

White with #B3404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3404D; }

 p { color: rgb(179,64,77); }

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

background-color css

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

 a { background-color: rgb(179,64,77); }

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

border-color css

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

 span { border-color: rgb(179,64,77); }

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