Html Css Color HEX #B5415B Hippie Pink

📋 copy color: '#B5415B'

red 181 ◦ green 65 ◦ blue 91

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

Shades of Hippie Pink #B5415B

Tints of Hippie Pink #B5415B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.29%

 BLUE value IS 91 (35.94% from 255) = 27%

R = 53.71%
G = 19.29%
B = 27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.29

RGB Variations

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

Color information

#B5415B (or 0xB5415B) is known color: Hippie Pink. HEX triplet: B5, 41 and 5B. RGB value is (181,65,91). Sum of RGB (Red+Green+Blue) = 181+65+91=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 65 (25.78% from 255 or 19.29% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B5415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5415B is #4ABEA4. Grayscale: #666666. Windows color (decimal): -4898469 or 5980597. OLE color: 5980597.

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

Color convert

RGB 181 65 91 -
CMYK 0 0.64 0.50 0.29
HSL 346.55º 0.47% 0.48% -
HSV(B) 346.55º 0.64% 0.71% -
XYZ 22.83 14.36 11.47 -
YUV 102.65 121.43 183.89 -
System Red Green Blue C M Y K H S L
Decimal 181 65 91 0 0.64 0.50 0.29 346.55 0.47 0.48
Hex B5 41 5B 0 40 32 1D 15B 2F 30
Octal 265 101 133 0 100 62 35 533 57 60
Binary 10110101 1000001 1011011 0 1000000 110010 11101 101011011 101111 110000

Color Harmonies of #B5415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5415B

Black with #B5415B

Text Example


Text Example

White with #B5415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5415B; }

 p { color: rgb(181,65,91); }

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

background-color css

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

 a { background-color: rgb(181,65,91); }

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

border-color css

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

 span { border-color: rgb(181,65,91); }

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