Html Css Color HEX #B3495B Hippie Pink

📋 copy color: '#B3495B'

red 179 ◦ green 73 ◦ blue 91

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

Shades of Hippie Pink #B3495B

Tints of Hippie Pink #B3495B

RGB

 RED value IS 179 (70.31% from 255) = 52.19%

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

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

R = 52.19%
G = 21.28%
B = 26.53%

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

#B3495B (or 0xB3495B) is known color: Hippie Pink. HEX triplet: B3, 49 and 5B. RGB value is (179,73,91). Sum of RGB (Red+Green+Blue) = 179+73+91=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 73 (28.91% from 255 or 21.28% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B3495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3495B is #4CB6A4. Grayscale: #6A6A6A. Windows color (decimal): -5027493 or 5982643. OLE color: 5982643.

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

Color convert

RGB 179 73 91 -
CMYK 0 0.59 0.49 0.30
HSL 349.81º 0.42% 0.49% -
HSV(B) 349.81º 0.59% 0.7% -
XYZ 22.86 15.1 11.61 -
YUV 106.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 179 73 91 0 0.59 0.49 0.30 349.81 0.42 0.49
Hex B3 49 5B 0 3B 31 1E 15E 2A 31
Octal 263 111 133 0 73 61 36 536 52 61
Binary 10110011 1001001 1011011 0 111011 110001 11110 101011110 101010 110001

Color Harmonies of #B3495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3495B

Black with #B3495B

Text Example


Text Example

White with #B3495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3495B; }

 p { color: rgb(179,73,91); }

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

background-color css

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

 a { background-color: rgb(179,73,91); }

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

border-color css

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

 span { border-color: rgb(179,73,91); }

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