Html Css Color HEX #B4565A Hippie Pink

📋 copy color: '#B4565A'

red 180 ◦ green 86 ◦ blue 90

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

Shades of Hippie Pink #B4565A

Tints of Hippie Pink #B4565A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.16%

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

R = 50.56%
G = 24.16%
B = 25.28%

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

#B4565A (or 0xB4565A) is known color: Hippie Pink. HEX triplet: B4, 56 and 5A. RGB value is (180,86,90). Sum of RGB (Red+Green+Blue) = 180+86+90=356 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.56% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 180 - color contains mainly: red. Hex color #B4565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4565A is #4BA9A5. Grayscale: #727272. Windows color (decimal): -4958630 or 5920436. OLE color: 5920436.

HSL color Cylindrical-coordinate representation of color #B4565A: hue angle of 357.45º degrees, saturation: 0.39, 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 #B4565A is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 86 90 -
CMYK 0 0.52 0.50 0.29
HSL 357.45º 0.39% 0.52% -
HSV(B) 357.45º 0.52% 0.71% -
XYZ 24 17.1 11.71 -
YUV 114.56 114.14 174.67 -
System Red Green Blue C M Y K H S L
Decimal 180 86 90 0 0.52 0.50 0.29 357.45 0.39 0.52
Hex B4 56 5A 0 34 32 1D 165 27 34
Octal 264 126 132 0 64 62 35 545 47 64
Binary 10110100 1010110 1011010 0 110100 110010 11101 101100101 100111 110100

Color Harmonies of #B4565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4565A

Black with #B4565A

Text Example


Text Example

White with #B4565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4565A; }

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

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

background-color css

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

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

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

border-color css

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

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

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