Html Css Color HEX #B4535C Hippie Pink

📋 copy color: '#B4535C'

red 180 ◦ green 83 ◦ blue 92

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

Shades of Hippie Pink #B4535C

Tints of Hippie Pink #B4535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.38%

 BLUE value IS 92 (36.33% from 255) = 25.92%

R = 50.7%
G = 23.38%
B = 25.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4535C (or 0xB4535C) is known color: Hippie Pink. HEX triplet: B4, 53 and 5C. RGB value is (180,83,92). Sum of RGB (Red+Green+Blue) = 180+83+92=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 92 (36.33% from 255 or 25.92% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B4535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B4535C is #4BACA3. Grayscale: #717171. Windows color (decimal): -4959396 or 6050740. OLE color: 6050740.

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

Color convert

RGB 180 83 92 -
CMYK 0 0.54 0.49 0.29
HSL 354.43º 0.39% 0.52% -
HSV(B) 354.43º 0.54% 0.71% -
XYZ 23.85 16.66 12.08 -
YUV 113.03 116.14 175.77 -
System Red Green Blue C M Y K H S L
Decimal 180 83 92 0 0.54 0.49 0.29 354.43 0.39 0.52
Hex B4 53 5C 0 36 31 1D 162 27 34
Octal 264 123 134 0 66 61 35 542 47 64
Binary 10110100 1010011 1011100 0 110110 110001 11101 101100010 100111 110100

Color Harmonies of #B4535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4535C

Black with #B4535C

Text Example


Text Example

White with #B4535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4535C; }

 p { color: rgb(180,83,92); }

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

background-color css

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

 a { background-color: rgb(180,83,92); }

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

border-color css

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

 span { border-color: rgb(180,83,92); }

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