Html Css Color HEX #B43E5A Hippie Pink

📋 copy color: '#B43E5A'

red 180 ◦ green 62 ◦ blue 90

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

Shades of Hippie Pink #B43E5A

Tints of Hippie Pink #B43E5A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

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

R = 54.22%
G = 18.67%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B43E5A (or 0xB43E5A) is known color: Hippie Pink. HEX triplet: B4, 3E and 5A. RGB value is (180,62,90). Sum of RGB (Red+Green+Blue) = 180+62+90=332 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.22% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 180 - color contains mainly: red. Hex color #B43E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43E5A is #4BC1A5. Grayscale: #646464. Windows color (decimal): -4964774 or 5914292. OLE color: 5914292.

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

Color convert

RGB 180 62 90 -
CMYK 0 0.66 0.50 0.29
HSL 345.76º 0.49% 0.47% -
HSV(B) 345.76º 0.66% 0.71% -
XYZ 22.39 13.89 11.17 -
YUV 100.47 122.09 184.72 -
System Red Green Blue C M Y K H S L
Decimal 180 62 90 0 0.66 0.50 0.29 345.76 0.49 0.47
Hex B4 3E 5A 0 42 32 1D 15A 31 2F
Octal 264 76 132 0 102 62 35 532 61 57
Binary 10110100 111110 1011010 0 1000010 110010 11101 101011010 110001 101111

Color Harmonies of #B43E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B43E5A

Black with #B43E5A

Text Example


Text Example

White with #B43E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B43E5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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