Html Css Color HEX #B45558 Hippie Pink

📋 copy color: '#B45558'

red 180 ◦ green 85 ◦ blue 88

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

Shades of Hippie Pink #B45558

Tints of Hippie Pink #B45558

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.08%

 BLUE value IS 88 (34.77% from 255) = 24.93%

R = 50.99%
G = 24.08%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B45558 (or 0xB45558) is known color: Hippie Pink. HEX triplet: B4, 55 and 58. RGB value is (180,85,88). Sum of RGB (Red+Green+Blue) = 180+85+88=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 85 (33.59% from 255 or 24.08% from 353); Blue value is 88 (34.77% from 255 or 24.93% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B45558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45558 is #4BAAA7. Grayscale: #717171. Windows color (decimal): -4958888 or 5789108. OLE color: 5789108.

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

Color convert

RGB 180 85 88 -
CMYK 0 0.53 0.51 0.29
HSL 358.11º 0.39% 0.52% -
HSV(B) 358.11º 0.53% 0.71% -
XYZ 23.83 16.9 11.24 -
YUV 113.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 180 85 88 0 0.53 0.51 0.29 358.11 0.39 0.52
Hex B4 55 58 0 35 33 1D 166 27 34
Octal 264 125 130 0 65 63 35 546 47 64
Binary 10110100 1010101 1011000 0 110101 110011 11101 101100110 100111 110100

Color Harmonies of #B45558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45558

Black with #B45558

Text Example


Text Example

White with #B45558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45558; }

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

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

background-color css

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

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

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

border-color css

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

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

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