Html Css Color HEX #B5465C Hippie Pink

📋 copy color: '#B5465C'

red 181 ◦ green 70 ◦ blue 92

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

Shades of Hippie Pink #B5465C

Tints of Hippie Pink #B5465C

RGB

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

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

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

R = 52.77%
G = 20.41%
B = 26.82%

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

#B5465C (or 0xB5465C) is known color: Hippie Pink. HEX triplet: B5, 46 and 5C. RGB value is (181,70,92). Sum of RGB (Red+Green+Blue) = 181+70+92=343 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.77% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 181 - color contains mainly: red. Hex color #B5465C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5465C is #4AB9A3. Grayscale: #696969. Windows color (decimal): -4897188 or 6047413. OLE color: 6047413.

HSL color Cylindrical-coordinate representation of color #B5465C: hue angle of 348.11º 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 #B5465C is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 70 92 -
CMYK 0 0.61 0.49 0.29
HSL 348.11º 0.44% 0.49% -
HSV(B) 348.11º 0.61% 0.71% -
XYZ 23.18 14.98 11.79 -
YUV 105.7 120.27 181.71 -
System Red Green Blue C M Y K H S L
Decimal 181 70 92 0 0.61 0.49 0.29 348.11 0.44 0.49
Hex B5 46 5C 0 3D 31 1D 15C 2C 31
Octal 265 106 134 0 75 61 35 534 54 61
Binary 10110101 1000110 1011100 0 111101 110001 11101 101011100 101100 110001

Color Harmonies of #B5465C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5465C

Black with #B5465C

Text Example


Text Example

White with #B5465C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5465C; }

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

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

background-color css

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

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

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

border-color css

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

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

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