Html Css Color HEX #B25052 Hippie Pink

📋 copy color: '#B25052'

red 178 ◦ green 80 ◦ blue 82

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

Shades of Hippie Pink #B25052

Tints of Hippie Pink #B25052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 24.12%

R = 52.35%
G = 23.53%
B = 24.12%

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

#B25052 (or 0xB25052) is known color: Hippie Pink. HEX triplet: B2, 50 and 52. RGB value is (178,80,82). Sum of RGB (Red+Green+Blue) = 178+80+82=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B25052 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25052 is #4DAFAD. Grayscale: #6D6D6D. Windows color (decimal): -5091246 or 5394610. OLE color: 5394610.

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

Color convert

RGB 178 80 82 -
CMYK 0 0.55 0.54 0.30
HSL 358.78º 0.39% 0.51% -
HSV(B) 358.78º 0.55% 0.7% -
XYZ 22.75 15.81 9.84 -
YUV 109.53 112.47 176.84 -
System Red Green Blue C M Y K H S L
Decimal 178 80 82 0 0.55 0.54 0.30 358.78 0.39 0.51
Hex B2 50 52 0 37 36 1E 167 27 33
Octal 262 120 122 0 67 66 36 547 47 63
Binary 10110010 1010000 1010010 0 110111 110110 11110 101100111 100111 110011

Color Harmonies of #B25052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25052

Black with #B25052

Text Example


Text Example

White with #B25052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25052; }

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

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

background-color css

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

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

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

border-color css

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

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

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