Html Css Color HEX #B2505E Hippie Pink

📋 copy color: '#B2505E'

red 178 ◦ green 80 ◦ blue 94

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

Shades of Hippie Pink #B2505E

Tints of Hippie Pink #B2505E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 26.7%

R = 50.57%
G = 22.73%
B = 26.7%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2505E (or 0xB2505E) is known color: Hippie Pink. HEX triplet: B2, 50 and 5E. RGB value is (178,80,94). Sum of RGB (Red+Green+Blue) = 178+80+94=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2505E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2505E is #4DAFA1. Grayscale: #6E6E6E. Windows color (decimal): -5091234 or 6181042. OLE color: 6181042.

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

Color convert

RGB 178 80 94 -
CMYK 0 0.55 0.47 0.30
HSL 351.43º 0.39% 0.51% -
HSV(B) 351.43º 0.55% 0.7% -
XYZ 23.25 16.01 12.45 -
YUV 110.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 178 80 94 0 0.55 0.47 0.30 351.43 0.39 0.51
Hex B2 50 5E 0 37 2F 1E 15F 27 33
Octal 262 120 136 0 67 57 36 537 47 63
Binary 10110010 1010000 1011110 0 110111 101111 11110 101011111 100111 110011

Color Harmonies of #B2505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2505E

Black with #B2505E

Text Example


Text Example

White with #B2505E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2505E; }

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

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

background-color css

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

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

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

border-color css

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

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

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