Html Css Color HEX #B3404E Hippie Pink

📋 copy color: '#B3404E'

red 179 ◦ green 64 ◦ blue 78

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

Shades of Hippie Pink #B3404E

Tints of Hippie Pink #B3404E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 24.3%

R = 55.76%
G = 19.94%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B3404E (or 0xB3404E) is known color: Hippie Pink. HEX triplet: B3, 40 and 4E. RGB value is (179,64,78). Sum of RGB (Red+Green+Blue) = 179+64+78=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 78 (30.86% from 255 or 24.30% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3404E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3404E is #4CBFB1. Grayscale: #646464. Windows color (decimal): -5029810 or 5128371. OLE color: 5128371.

HSL color Cylindrical-coordinate representation of color #B3404E: hue angle of 352.7º 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 #B3404E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 64 78 -
CMYK 0 0.64 0.56 0.30
HSL 352.7º 0.47% 0.48% -
HSV(B) 352.7º 0.64% 0.7% -
XYZ 21.8 13.8 8.72 -
YUV 99.98 115.6 184.36 -
System Red Green Blue C M Y K H S L
Decimal 179 64 78 0 0.64 0.56 0.30 352.7 0.47 0.48
Hex B3 40 4E 0 40 38 1E 161 2F 30
Octal 263 100 116 0 100 70 36 541 57 60
Binary 10110011 1000000 1001110 0 1000000 111000 11110 101100001 101111 110000

Color Harmonies of #B3404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3404E

Black with #B3404E

Text Example


Text Example

White with #B3404E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3404E; }

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

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

background-color css

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

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

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

border-color css

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

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

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