Html Css Color HEX #B2425A Hippie Pink

📋 copy color: '#B2425A'

red 178 ◦ green 66 ◦ blue 90

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

Shades of Hippie Pink #B2425A

Tints of Hippie Pink #B2425A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 26.95%

R = 53.29%
G = 19.76%
B = 26.95%

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

#B2425A (or 0xB2425A) is known color: Hippie Pink. HEX triplet: B2, 42 and 5A. RGB value is (178,66,90). Sum of RGB (Red+Green+Blue) = 178+66+90=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 66 (26.17% from 255 or 19.76% from 334); Blue value is 90 (35.55% from 255 or 26.95% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B2425A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2425A is #4DBDA5. Grayscale: #666666. Windows color (decimal): -5094822 or 5915314. OLE color: 5915314.

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

Color convert

RGB 178 66 90 -
CMYK 0 0.63 0.49 0.30
HSL 347.14º 0.46% 0.48% -
HSV(B) 347.14º 0.63% 0.7% -
XYZ 22.15 14.1 11.23 -
YUV 102.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 178 66 90 0 0.63 0.49 0.30 347.14 0.46 0.48
Hex B2 42 5A 0 3F 31 1E 15B 2E 30
Octal 262 102 132 0 77 61 36 533 56 60
Binary 10110010 1000010 1011010 0 111111 110001 11110 101011011 101110 110000

Color Harmonies of #B2425A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2425A

Black with #B2425A

Text Example


Text Example

White with #B2425A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2425A; }

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

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

background-color css

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

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

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

border-color css

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

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

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