Html Css Color HEX #B2505D Hippie Pink

📋 copy color: '#B2505D'

red 178 ◦ green 80 ◦ blue 93

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

Shades of Hippie Pink #B2505D

Tints of Hippie Pink #B2505D

RGB

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

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

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

R = 50.71%
G = 22.79%
B = 26.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2505D (or 0xB2505D) is known color: Hippie Pink. HEX triplet: B2, 50 and 5D. RGB value is (178,80,93). Sum of RGB (Red+Green+Blue) = 178+80+93=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2505D is #4DAFA2. Grayscale: #6E6E6E. Windows color (decimal): -5091235 or 6115506. OLE color: 6115506.

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

Color convert

RGB 178 80 93 -
CMYK 0 0.55 0.48 0.30
HSL 352.04º 0.39% 0.51% -
HSV(B) 352.04º 0.55% 0.7% -
XYZ 23.2 15.99 12.22 -
YUV 110.78 117.97 175.94 -
System Red Green Blue C M Y K H S L
Decimal 178 80 93 0 0.55 0.48 0.30 352.04 0.39 0.51
Hex B2 50 5D 0 37 30 1E 160 27 33
Octal 262 120 135 0 67 60 36 540 47 63
Binary 10110010 1010000 1011101 0 110111 110000 11110 101100000 100111 110011

Color Harmonies of #B2505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2505D

Black with #B2505D

Text Example


Text Example

White with #B2505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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