Html Css Color HEX #B24051 Hippie Pink

📋 copy color: '#B24051'

red 178 ◦ green 64 ◦ blue 81

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

Shades of Hippie Pink #B24051

Tints of Hippie Pink #B24051

RGB

 RED value IS 178 (69.92% from 255) = 55.11%

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 81 (32.03% from 255) = 25.08%

R = 55.11%
G = 19.81%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.54

 K value IS 0.30

RGB Variations

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

Color information

#B24051 (or 0xB24051) is known color: Hippie Pink. HEX triplet: B2, 40 and 51. RGB value is (178,64,81). Sum of RGB (Red+Green+Blue) = 178+64+81=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 81 (32.03% from 255 or 25.08% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B24051 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24051 is #4DBFAE. Grayscale: #646464. Windows color (decimal): -5095343 or 5324978. OLE color: 5324978.

HSL color Cylindrical-coordinate representation of color #B24051: hue angle of 351.05º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24051 is Cyan = 0, Magento = 0.64, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 64 81 -
CMYK 0 0.64 0.54 0.30
HSL 351.05º 0.47% 0.47% -
HSV(B) 351.05º 0.64% 0.7% -
XYZ 21.68 13.73 9.29 -
YUV 100.02 117.27 183.62 -
System Red Green Blue C M Y K H S L
Decimal 178 64 81 0 0.64 0.54 0.30 351.05 0.47 0.47
Hex B2 40 51 0 40 36 1E 15F 2F 2F
Octal 262 100 121 0 100 66 36 537 57 57
Binary 10110010 1000000 1010001 0 1000000 110110 11110 101011111 101111 101111

Color Harmonies of #B24051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24051

Black with #B24051

Text Example


Text Example

White with #B24051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24051; }

 p { color: rgb(178,64,81); }

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

background-color css

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

 a { background-color: rgb(178,64,81); }

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

border-color css

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

 span { border-color: rgb(178,64,81); }

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