Html Css Color HEX #B2425B Hippie Pink

📋 copy color: '#B2425B'

red 178 ◦ green 66 ◦ blue 91

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

Shades of Hippie Pink #B2425B

Tints of Hippie Pink #B2425B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 53.13%
G = 19.7%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2425B (or 0xB2425B) is known color: Hippie Pink. HEX triplet: B2, 42 and 5B. RGB value is (178,66,91). Sum of RGB (Red+Green+Blue) = 178+66+91=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 66 (26.17% from 255 or 19.70% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B2425B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2425B is #4DBDA4. Grayscale: #666666. Windows color (decimal): -5094821 or 5980850. OLE color: 5980850.

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

Color convert

RGB 178 66 91 -
CMYK 0 0.63 0.49 0.30
HSL 346.61º 0.46% 0.48% -
HSV(B) 346.61º 0.63% 0.7% -
XYZ 22.2 14.12 11.45 -
YUV 102.34 121.61 181.97 -
System Red Green Blue C M Y K H S L
Decimal 178 66 91 0 0.63 0.49 0.30 346.61 0.46 0.48
Hex B2 42 5B 0 3F 31 1E 15B 2E 30
Octal 262 102 133 0 77 61 36 533 56 60
Binary 10110010 1000010 1011011 0 111111 110001 11110 101011011 101110 110000

Color Harmonies of #B2425B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2425B

Black with #B2425B

Text Example


Text Example

White with #B2425B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2425B; }

 p { color: rgb(178,66,91); }

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

background-color css

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

 a { background-color: rgb(178,66,91); }

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

border-color css

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

 span { border-color: rgb(178,66,91); }

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