Html Css Color HEX #B2404F Hippie Pink

📋 copy color: '#B2404F'

red 178 ◦ green 64 ◦ blue 79

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

Shades of Hippie Pink #B2404F

Tints of Hippie Pink #B2404F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 24.61%

R = 55.45%
G = 19.94%
B = 24.61%

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

#B2404F (or 0xB2404F) is known color: Hippie Pink. HEX triplet: B2, 40 and 4F. RGB value is (178,64,79). Sum of RGB (Red+Green+Blue) = 178+64+79=321 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.45% from 321); Green value is 64 (25.39% from 255 or 19.94% from 321); Blue value is 79 (31.25% from 255 or 24.61% from 321); Max value from RGB is 178 - color contains mainly: red. Hex color #B2404F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2404F is #4DBFB0. Grayscale: #636363. Windows color (decimal): -5095345 or 5193906. OLE color: 5193906.

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

Color convert

RGB 178 64 79 -
CMYK 0 0.64 0.56 0.30
HSL 352.11º 0.47% 0.47% -
HSV(B) 352.11º 0.64% 0.7% -
XYZ 21.6 13.7 8.9 -
YUV 99.8 116.27 183.78 -
System Red Green Blue C M Y K H S L
Decimal 178 64 79 0 0.64 0.56 0.30 352.11 0.47 0.47
Hex B2 40 4F 0 40 38 1E 160 2F 2F
Octal 262 100 117 0 100 70 36 540 57 57
Binary 10110010 1000000 1001111 0 1000000 111000 11110 101100000 101111 101111

Color Harmonies of #B2404F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2404F

Black with #B2404F

Text Example


Text Example

White with #B2404F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2404F; }

 p { color: rgb(178,64,79); }

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

background-color css

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

 a { background-color: rgb(178,64,79); }

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

border-color css

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

 span { border-color: rgb(178,64,79); }

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