Html Css Color HEX #B2495E Hippie Pink

📋 copy color: '#B2495E'

red 178 ◦ green 73 ◦ blue 94

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

Shades of Hippie Pink #B2495E

Tints of Hippie Pink #B2495E

RGB

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

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

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

R = 51.59%
G = 21.16%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2495E (or 0xB2495E) is known color: Hippie Pink. HEX triplet: B2, 49 and 5E. RGB value is (178,73,94). Sum of RGB (Red+Green+Blue) = 178+73+94=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 94 (37.11% from 255 or 27.25% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B2495E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2495E is #4DB6A1. Grayscale: #6A6A6A. Windows color (decimal): -5093026 or 6179250. OLE color: 6179250.

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

Color convert

RGB 178 73 94 -
CMYK 0 0.59 0.47 0.30
HSL 348º 0.42% 0.49% -
HSV(B) 348º 0.59% 0.7% -
XYZ 22.76 15.04 12.29 -
YUV 106.79 120.79 178.79 -
System Red Green Blue C M Y K H S L
Decimal 178 73 94 0 0.59 0.47 0.30 348 0.42 0.49
Hex B2 49 5E 0 3B 2F 1E 15C 2A 31
Octal 262 111 136 0 73 57 36 534 52 61
Binary 10110010 1001001 1011110 0 111011 101111 11110 101011100 101010 110001

Color Harmonies of #B2495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2495E

Black with #B2495E

Text Example


Text Example

White with #B2495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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