Html Css Color HEX #B2425F Hippie Pink

📋 copy color: '#B2425F'

red 178 ◦ green 66 ◦ blue 95

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

Shades of Hippie Pink #B2425F

Tints of Hippie Pink #B2425F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 52.51%
G = 19.47%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2425F (or 0xB2425F) is known color: Hippie Pink. HEX triplet: B2, 42 and 5F. RGB value is (178,66,95). Sum of RGB (Red+Green+Blue) = 178+66+95=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B2425F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2425F is #4DBDA0. Grayscale: #666666. Windows color (decimal): -5094817 or 6242994. OLE color: 6242994.

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

Color convert

RGB 178 66 95 -
CMYK 0 0.63 0.47 0.30
HSL 344.46º 0.46% 0.48% -
HSV(B) 344.46º 0.63% 0.7% -
XYZ 22.37 14.19 12.39 -
YUV 102.79 123.61 181.64 -
System Red Green Blue C M Y K H S L
Decimal 178 66 95 0 0.63 0.47 0.30 344.46 0.46 0.48
Hex B2 42 5F 0 3F 2F 1E 158 2E 30
Octal 262 102 137 0 77 57 36 530 56 60
Binary 10110010 1000010 1011111 0 111111 101111 11110 101011000 101110 110000

Color Harmonies of #B2425F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2425F

Black with #B2425F

Text Example


Text Example

White with #B2425F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2425F; }

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

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

background-color css

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

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

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

border-color css

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

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

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