Html Css Color HEX #B3595A Hippie Pink

📋 copy color: '#B3595A'

red 179 ◦ green 89 ◦ blue 90

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

Shades of Hippie Pink #B3595A

Tints of Hippie Pink #B3595A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.86%

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

R = 50%
G = 24.86%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3595A (or 0xB3595A) is known color: Hippie Pink. HEX triplet: B3, 59 and 5A. RGB value is (179,89,90). Sum of RGB (Red+Green+Blue) = 179+89+90=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3595A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3595A is #4CA6A5. Grayscale: #747474. Windows color (decimal): -5023398 or 5921203. OLE color: 5921203.

HSL color Cylindrical-coordinate representation of color #B3595A: hue angle of 359.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3595A is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 89 90 -
CMYK 0 0.50 0.50 0.30
HSL 359.33º 0.37% 0.53% -
HSV(B) 359.33º 0.5% 0.7% -
XYZ 24.01 17.47 11.78 -
YUV 116.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 179 89 90 0 0.50 0.50 0.30 359.33 0.37 0.53
Hex B3 59 5A 0 32 32 1E 167 25 35
Octal 263 131 132 0 62 62 36 547 45 65
Binary 10110011 1011001 1011010 0 110010 110010 11110 101100111 100101 110101

Color Harmonies of #B3595A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3595A

Black with #B3595A

Text Example


Text Example

White with #B3595A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3595A; }

 p { color: rgb(179,89,90); }

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

background-color css

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

 a { background-color: rgb(179,89,90); }

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

border-color css

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

 span { border-color: rgb(179,89,90); }

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