Html Css Color HEX #B2495A Hippie Pink

📋 copy color: '#B2495A'

red 178 ◦ green 73 ◦ blue 90

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

Shades of Hippie Pink #B2495A

Tints of Hippie Pink #B2495A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 90 (35.55% from 255) = 26.39%

R = 52.2%
G = 21.41%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2495A (or 0xB2495A) is known color: Hippie Pink. HEX triplet: B2, 49 and 5A. RGB value is (178,73,90). Sum of RGB (Red+Green+Blue) = 178+73+90=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2495A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2495A is #4DB6A5. Grayscale: #6A6A6A. Windows color (decimal): -5093030 or 5917106. OLE color: 5917106.

HSL color Cylindrical-coordinate representation of color #B2495A: hue angle of 350.29º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2495A is Cyan = 0, Magento = 0.59, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 73 90 -
CMYK 0 0.59 0.49 0.30
HSL 350.29º 0.42% 0.49% -
HSV(B) 350.29º 0.59% 0.7% -
XYZ 22.59 14.97 11.37 -
YUV 106.33 118.79 179.12 -
System Red Green Blue C M Y K H S L
Decimal 178 73 90 0 0.59 0.49 0.30 350.29 0.42 0.49
Hex B2 49 5A 0 3B 31 1E 15E 2A 31
Octal 262 111 132 0 73 61 36 536 52 61
Binary 10110010 1001001 1011010 0 111011 110001 11110 101011110 101010 110001

Color Harmonies of #B2495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2495A

Black with #B2495A

Text Example


Text Example

White with #B2495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2495A; }

 p { color: rgb(178,73,90); }

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

background-color css

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

 a { background-color: rgb(178,73,90); }

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

border-color css

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

 span { border-color: rgb(178,73,90); }

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