Html Css Color HEX #B5465D Hippie Pink

📋 copy color: '#B5465D'

red 181 ◦ green 70 ◦ blue 93

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

Shades of Hippie Pink #B5465D

Tints of Hippie Pink #B5465D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.35%

 BLUE value IS 93 (36.72% from 255) = 27.03%

R = 52.62%
G = 20.35%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5465D (or 0xB5465D) is known color: Hippie Pink. HEX triplet: B5, 46 and 5D. RGB value is (181,70,93). Sum of RGB (Red+Green+Blue) = 181+70+93=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 70 (27.73% from 255 or 20.35% from 344); Blue value is 93 (36.72% from 255 or 27.03% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5465D is #4AB9A2. Grayscale: #696969. Windows color (decimal): -4897187 or 6112949. OLE color: 6112949.

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

Color convert

RGB 181 70 93 -
CMYK 0 0.61 0.49 0.29
HSL 347.57º 0.44% 0.49% -
HSV(B) 347.57º 0.61% 0.71% -
XYZ 23.22 14.99 12.03 -
YUV 105.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 181 70 93 0 0.61 0.49 0.29 347.57 0.44 0.49
Hex B5 46 5D 0 3D 31 1D 15C 2C 31
Octal 265 106 135 0 75 61 35 534 54 61
Binary 10110101 1000110 1011101 0 111101 110001 11101 101011100 101100 110001

Color Harmonies of #B5465D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5465D

Black with #B5465D

Text Example


Text Example

White with #B5465D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5465D; }

 p { color: rgb(181,70,93); }

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

background-color css

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

 a { background-color: rgb(181,70,93); }

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

border-color css

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

 span { border-color: rgb(181,70,93); }

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