Html Css Color HEX #B2425D Hippie Pink

📋 copy color: '#B2425D'

red 178 ◦ green 66 ◦ blue 93

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

Shades of Hippie Pink #B2425D

Tints of Hippie Pink #B2425D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 52.82%
G = 19.58%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2425D (or 0xB2425D) is known color: Hippie Pink. HEX triplet: B2, 42 and 5D. RGB value is (178,66,93). Sum of RGB (Red+Green+Blue) = 178+66+93=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2425D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2425D is #4DBDA2. Grayscale: #666666. Windows color (decimal): -5094819 or 6111922. OLE color: 6111922.

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

Color convert

RGB 178 66 93 -
CMYK 0 0.63 0.48 0.30
HSL 345.54º 0.46% 0.48% -
HSV(B) 345.54º 0.63% 0.7% -
XYZ 22.28 14.15 11.91 -
YUV 102.57 122.61 181.8 -
System Red Green Blue C M Y K H S L
Decimal 178 66 93 0 0.63 0.48 0.30 345.54 0.46 0.48
Hex B2 42 5D 0 3F 30 1E 15A 2E 30
Octal 262 102 135 0 77 60 36 532 56 60
Binary 10110010 1000010 1011101 0 111111 110000 11110 101011010 101110 110000

Color Harmonies of #B2425D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2425D

Black with #B2425D

Text Example


Text Example

White with #B2425D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2425D; }

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

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

background-color css

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

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

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

border-color css

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

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

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