Html Css Color HEX #B2404D Hippie Pink

📋 copy color: '#B2404D'

red 178 ◦ green 64 ◦ blue 77

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

Shades of Hippie Pink #B2404D

Tints of Hippie Pink #B2404D

RGB

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

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

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

R = 55.8%
G = 20.06%
B = 24.14%

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

#B2404D (or 0xB2404D) is known color: Hippie Pink. HEX triplet: B2, 40 and 4D. RGB value is (178,64,77). Sum of RGB (Red+Green+Blue) = 178+64+77=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2404D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2404D is #4DBFB2. Grayscale: #636363. Windows color (decimal): -5095347 or 5062834. OLE color: 5062834.

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

Color convert

RGB 178 64 77 -
CMYK 0 0.64 0.57 0.30
HSL 353.16º 0.47% 0.47% -
HSV(B) 353.16º 0.64% 0.7% -
XYZ 21.53 13.67 8.52 -
YUV 99.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 178 64 77 0 0.64 0.57 0.30 353.16 0.47 0.47
Hex B2 40 4D 0 40 39 1E 161 2F 2F
Octal 262 100 115 0 100 71 36 541 57 57
Binary 10110010 1000000 1001101 0 1000000 111001 11110 101100001 101111 101111

Color Harmonies of #B2404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2404D

Black with #B2404D

Text Example


Text Example

White with #B2404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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