Html Css Color HEX #B3575A Hippie Pink

📋 copy color: '#B3575A'

red 179 ◦ green 87 ◦ blue 90

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

Shades of Hippie Pink #B3575A

Tints of Hippie Pink #B3575A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.44%

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

R = 50.28%
G = 24.44%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3575A (or 0xB3575A) is known color: Hippie Pink. HEX triplet: B3, 57 and 5A. RGB value is (179,87,90). Sum of RGB (Red+Green+Blue) = 179+87+90=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B3575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3575A is #4CA8A5. Grayscale: #727272. Windows color (decimal): -5023910 or 5920691. OLE color: 5920691.

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

Color convert

RGB 179 87 90 -
CMYK 0 0.51 0.50 0.30
HSL 358.04º 0.38% 0.52% -
HSV(B) 358.04º 0.51% 0.7% -
XYZ 23.84 17.14 11.72 -
YUV 114.85 113.98 173.76 -
System Red Green Blue C M Y K H S L
Decimal 179 87 90 0 0.51 0.50 0.30 358.04 0.38 0.52
Hex B3 57 5A 0 33 32 1E 166 26 34
Octal 263 127 132 0 63 62 36 546 46 64
Binary 10110011 1010111 1011010 0 110011 110010 11110 101100110 100110 110100

Color Harmonies of #B3575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3575A

Black with #B3575A

Text Example


Text Example

White with #B3575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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