Html Css Color HEX #B5464B Hippie Pink

📋 copy color: '#B5464B'

red 181 ◦ green 70 ◦ blue 75

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

Shades of Hippie Pink #B5464B

Tints of Hippie Pink #B5464B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.01%

R = 55.52%
G = 21.47%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5464B (or 0xB5464B) is known color: Hippie Pink. HEX triplet: B5, 46 and 4B. RGB value is (181,70,75). Sum of RGB (Red+Green+Blue) = 181+70+75=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5464B is #4AB9B4. Grayscale: #676767. Windows color (decimal): -4897205 or 4933301. OLE color: 4933301.

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

Color convert

RGB 181 70 75 -
CMYK 0 0.61 0.59 0.29
HSL 357.3º 0.44% 0.49% -
HSV(B) 357.3º 0.61% 0.71% -
XYZ 22.52 14.71 8.31 -
YUV 103.76 111.77 183.09 -
System Red Green Blue C M Y K H S L
Decimal 181 70 75 0 0.61 0.59 0.29 357.3 0.44 0.49
Hex B5 46 4B 0 3D 3B 1D 165 2C 31
Octal 265 106 113 0 75 73 35 545 54 61
Binary 10110101 1000110 1001011 0 111101 111011 11101 101100101 101100 110001

Color Harmonies of #B5464B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5464B

Black with #B5464B

Text Example


Text Example

White with #B5464B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5464B; }

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

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

background-color css

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

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

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

border-color css

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

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

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