Html Css Color HEX #B5434D Hippie Pink

📋 copy color: '#B5434D'

red 181 ◦ green 67 ◦ blue 77

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

Shades of Hippie Pink #B5434D

Tints of Hippie Pink #B5434D

RGB

 RED value IS 181 (71.09% from 255) = 55.69%

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

 BLUE value IS 77 (30.47% from 255) = 23.69%

R = 55.69%
G = 20.62%
B = 23.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5434D (or 0xB5434D) is known color: Hippie Pink. HEX triplet: B5, 43 and 4D. RGB value is (181,67,77). Sum of RGB (Red+Green+Blue) = 181+67+77=325 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.69% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 77 (30.47% from 255 or 23.69% from 325); Max value from RGB is 181 - color contains mainly: red. Hex color #B5434D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5434D is #4ABCB2. Grayscale: #666666. Windows color (decimal): -4897971 or 5063605. OLE color: 5063605.

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

Color convert

RGB 181 67 77 -
CMYK 0 0.63 0.57 0.29
HSL 354.74º 0.46% 0.49% -
HSV(B) 354.74º 0.63% 0.71% -
XYZ 22.4 14.37 8.61 -
YUV 102.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 181 67 77 0 0.63 0.57 0.29 354.74 0.46 0.49
Hex B5 43 4D 0 3F 39 1D 163 2E 31
Octal 265 103 115 0 77 71 35 543 56 61
Binary 10110101 1000011 1001101 0 111111 111001 11101 101100011 101110 110001

Color Harmonies of #B5434D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5434D

Black with #B5434D

Text Example


Text Example

White with #B5434D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5434D; }

 p { color: rgb(181,67,77); }

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

background-color css

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

 a { background-color: rgb(181,67,77); }

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

border-color css

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

 span { border-color: rgb(181,67,77); }

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