Html Css Color HEX #B25051 Hippie Pink

📋 copy color: '#B25051'

red 178 ◦ green 80 ◦ blue 81

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

Shades of Hippie Pink #B25051

Tints of Hippie Pink #B25051

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.6%

 BLUE value IS 81 (32.03% from 255) = 23.89%

R = 52.51%
G = 23.6%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B25051 (or 0xB25051) is known color: Hippie Pink. HEX triplet: B2, 50 and 51. RGB value is (178,80,81). Sum of RGB (Red+Green+Blue) = 178+80+81=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 80 (31.64% from 255 or 23.60% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B25051 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25051 is #4DAFAE. Grayscale: #6D6D6D. Windows color (decimal): -5091247 or 5329074. OLE color: 5329074.

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

Color convert

RGB 178 80 81 -
CMYK 0 0.55 0.54 0.30
HSL 359.39º 0.39% 0.51% -
HSV(B) 359.39º 0.55% 0.7% -
XYZ 22.71 15.8 9.64 -
YUV 109.42 111.97 176.92 -
System Red Green Blue C M Y K H S L
Decimal 178 80 81 0 0.55 0.54 0.30 359.39 0.39 0.51
Hex B2 50 51 0 37 36 1E 167 27 33
Octal 262 120 121 0 67 66 36 547 47 63
Binary 10110010 1010000 1010001 0 110111 110110 11110 101100111 100111 110011

Color Harmonies of #B25051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25051

Black with #B25051

Text Example


Text Example

White with #B25051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25051; }

 p { color: rgb(178,80,81); }

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

background-color css

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

 a { background-color: rgb(178,80,81); }

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

border-color css

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

 span { border-color: rgb(178,80,81); }

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