Html Css Color HEX #B4435C Hippie Pink

📋 copy color: '#B4435C'

red 180 ◦ green 67 ◦ blue 92

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

Shades of Hippie Pink #B4435C

Tints of Hippie Pink #B4435C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.76%

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

R = 53.1%
G = 19.76%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B4435C (or 0xB4435C) is known color: Hippie Pink. HEX triplet: B4, 43 and 5C. RGB value is (180,67,92). Sum of RGB (Red+Green+Blue) = 180+67+92=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B4435C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4435C is #4BBCA3. Grayscale: #676767. Windows color (decimal): -4963492 or 6046644. OLE color: 6046644.

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

Color convert

RGB 180 67 92 -
CMYK 0 0.63 0.49 0.29
HSL 346.73º 0.46% 0.48% -
HSV(B) 346.73º 0.63% 0.71% -
XYZ 22.76 14.49 11.72 -
YUV 103.64 121.44 182.47 -
System Red Green Blue C M Y K H S L
Decimal 180 67 92 0 0.63 0.49 0.29 346.73 0.46 0.48
Hex B4 43 5C 0 3F 31 1D 15B 2E 30
Octal 264 103 134 0 77 61 35 533 56 60
Binary 10110100 1000011 1011100 0 111111 110001 11101 101011011 101110 110000

Color Harmonies of #B4435C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4435C

Black with #B4435C

Text Example


Text Example

White with #B4435C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4435C; }

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

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

background-color css

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

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

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

border-color css

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

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

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