Html Css Color HEX #B2505B Hippie Pink

📋 copy color: '#B2505B'

red 178 ◦ green 80 ◦ blue 91

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

Shades of Hippie Pink #B2505B

Tints of Hippie Pink #B2505B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 51%
G = 22.92%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2505B (or 0xB2505B) is known color: Hippie Pink. HEX triplet: B2, 50 and 5B. RGB value is (178,80,91). Sum of RGB (Red+Green+Blue) = 178+80+91=349 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.00% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 178 - color contains mainly: red. Hex color #B2505B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2505B is #4DAFA4. Grayscale: #6E6E6E. Windows color (decimal): -5091237 or 5984434. OLE color: 5984434.

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

Color convert

RGB 178 80 91 -
CMYK 0 0.55 0.49 0.30
HSL 353.27º 0.39% 0.51% -
HSV(B) 353.27º 0.55% 0.7% -
XYZ 23.12 15.96 11.76 -
YUV 110.56 116.97 176.11 -
System Red Green Blue C M Y K H S L
Decimal 178 80 91 0 0.55 0.49 0.30 353.27 0.39 0.51
Hex B2 50 5B 0 37 31 1E 161 27 33
Octal 262 120 133 0 67 61 36 541 47 63
Binary 10110010 1010000 1011011 0 110111 110001 11110 101100001 100111 110011

Color Harmonies of #B2505B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2505B

Black with #B2505B

Text Example


Text Example

White with #B2505B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2505B; }

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

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

background-color css

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

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

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

border-color css

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

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

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