Html Css Color HEX #B4585A Hippie Pink

📋 copy color: '#B4585A'

red 180 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #B4585A

Tints of Hippie Pink #B4585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.58%

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

R = 50.28%
G = 24.58%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B4585A (or 0xB4585A) is known color: Hippie Pink. HEX triplet: B4, 58 and 5A. RGB value is (180,88,90). Sum of RGB (Red+Green+Blue) = 180+88+90=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 90 (35.55% from 255 or 25.14% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B4585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4585A is #4BA7A5. Grayscale: #737373. Windows color (decimal): -4958118 or 5920948. OLE color: 5920948.

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

Color convert

RGB 180 88 90 -
CMYK 0 0.51 0.50 0.29
HSL 358.7º 0.38% 0.53% -
HSV(B) 358.7º 0.51% 0.71% -
XYZ 24.16 17.42 11.76 -
YUV 115.74 113.48 173.84 -
System Red Green Blue C M Y K H S L
Decimal 180 88 90 0 0.51 0.50 0.29 358.7 0.38 0.53
Hex B4 58 5A 0 33 32 1D 167 26 35
Octal 264 130 132 0 63 62 35 547 46 65
Binary 10110100 1011000 1011010 0 110011 110010 11101 101100111 100110 110101

Color Harmonies of #B4585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4585A

Black with #B4585A

Text Example


Text Example

White with #B4585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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