Html Css Color HEX #B25254 Hippie Pink

📋 copy color: '#B25254'

red 178 ◦ green 82 ◦ blue 84

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

Shades of Hippie Pink #B25254

Tints of Hippie Pink #B25254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.84%

 BLUE value IS 84 (33.2% from 255) = 24.42%

R = 51.74%
G = 23.84%
B = 24.42%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.30

RGB Variations

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

Color information

#B25254 (or 0xB25254) is known color: Hippie Pink. HEX triplet: B2, 52 and 54. RGB value is (178,82,84). Sum of RGB (Red+Green+Blue) = 178+82+84=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B25254 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25254 is #4DADAB. Grayscale: #6F6F6F. Windows color (decimal): -5090732 or 5526194. OLE color: 5526194.

HSL color Cylindrical-coordinate representation of color #B25254: hue angle of 358.75º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B25254 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 82 84 -
CMYK 0 0.54 0.53 0.30
HSL 358.75º 0.38% 0.51% -
HSV(B) 358.75º 0.54% 0.7% -
XYZ 22.98 16.14 10.29 -
YUV 110.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 178 82 84 0 0.54 0.53 0.30 358.75 0.38 0.51
Hex B2 52 54 0 36 35 1E 167 26 33
Octal 262 122 124 0 66 65 36 547 46 63
Binary 10110010 1010010 1010100 0 110110 110101 11110 101100111 100110 110011

Color Harmonies of #B25254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25254

Black with #B25254

Text Example


Text Example

White with #B25254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25254; }

 p { color: rgb(178,82,84); }

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

background-color css

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

 a { background-color: rgb(178,82,84); }

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

border-color css

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

 span { border-color: rgb(178,82,84); }

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