Html Css Color HEX #B3495E Hippie Pink

📋 copy color: '#B3495E'

red 179 ◦ green 73 ◦ blue 94

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

Shades of Hippie Pink #B3495E

Tints of Hippie Pink #B3495E

RGB

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

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

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

R = 51.73%
G = 21.1%
B = 27.17%

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

#B3495E (or 0xB3495E) is known color: Hippie Pink. HEX triplet: B3, 49 and 5E. RGB value is (179,73,94). Sum of RGB (Red+Green+Blue) = 179+73+94=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 94 (37.11% from 255 or 27.17% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B3495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3495E is #4CB6A1. Grayscale: #6B6B6B. Windows color (decimal): -5027490 or 6179251. OLE color: 6179251.

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

Color convert

RGB 179 73 94 -
CMYK 0 0.59 0.47 0.30
HSL 348.11º 0.42% 0.49% -
HSV(B) 348.11º 0.59% 0.7% -
XYZ 22.99 15.16 12.3 -
YUV 107.09 120.62 179.29 -
System Red Green Blue C M Y K H S L
Decimal 179 73 94 0 0.59 0.47 0.30 348.11 0.42 0.49
Hex B3 49 5E 0 3B 2F 1E 15C 2A 31
Octal 263 111 136 0 73 57 36 534 52 61
Binary 10110011 1001001 1011110 0 111011 101111 11110 101011100 101010 110001

Color Harmonies of #B3495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3495E

Black with #B3495E

Text Example


Text Example

White with #B3495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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