Html Css Color HEX #B4575A Hippie Pink

📋 copy color: '#B4575A'

red 180 ◦ green 87 ◦ blue 90

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

Shades of Hippie Pink #B4575A

Tints of Hippie Pink #B4575A

RGB

 RED value IS 180 (70.7% from 255) = 50.42%

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

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

R = 50.42%
G = 24.37%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4575A (or 0xB4575A) is known color: Hippie Pink. HEX triplet: B4, 57 and 5A. RGB value is (180,87,90). Sum of RGB (Red+Green+Blue) = 180+87+90=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B4575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4575A is #4BA8A5. Grayscale: #737373. Windows color (decimal): -4958374 or 5920692. OLE color: 5920692.

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

Color convert

RGB 180 87 90 -
CMYK 0 0.52 0.50 0.29
HSL 358.06º 0.38% 0.52% -
HSV(B) 358.06º 0.52% 0.71% -
XYZ 24.08 17.26 11.74 -
YUV 115.15 113.81 174.26 -
System Red Green Blue C M Y K H S L
Decimal 180 87 90 0 0.52 0.50 0.29 358.06 0.38 0.52
Hex B4 57 5A 0 34 32 1D 166 26 34
Octal 264 127 132 0 64 62 35 546 46 64
Binary 10110100 1010111 1011010 0 110100 110010 11101 101100110 100110 110100

Color Harmonies of #B4575A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4575A

Black with #B4575A

Text Example


Text Example

White with #B4575A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4575A; }

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

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

background-color css

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

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

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

border-color css

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

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

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