Html Css Color HEX #B24750 Hippie Pink

📋 copy color: '#B24750'

red 178 ◦ green 71 ◦ blue 80

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

Shades of Hippie Pink #B24750

Tints of Hippie Pink #B24750

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 80 (31.64% from 255) = 24.32%

R = 54.1%
G = 21.58%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#B24750 (or 0xB24750) is known color: Hippie Pink. HEX triplet: B2, 47 and 50. RGB value is (178,71,80). Sum of RGB (Red+Green+Blue) = 178+71+80=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B24750 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24750 is #4DB8AF. Grayscale: #686868. Windows color (decimal): -5093552 or 5261234. OLE color: 5261234.

HSL color Cylindrical-coordinate representation of color #B24750: hue angle of 354.95º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B24750 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 71 80 -
CMYK 0 0.60 0.55 0.30
HSL 354.95º 0.43% 0.49% -
HSV(B) 354.95º 0.6% 0.7% -
XYZ 22.06 14.55 9.24 -
YUV 104.02 114.45 180.77 -
System Red Green Blue C M Y K H S L
Decimal 178 71 80 0 0.60 0.55 0.30 354.95 0.43 0.49
Hex B2 47 50 0 3C 37 1E 163 2B 31
Octal 262 107 120 0 74 67 36 543 53 61
Binary 10110010 1000111 1010000 0 111100 110111 11110 101100011 101011 110001

Color Harmonies of #B24750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24750

Black with #B24750

Text Example


Text Example

White with #B24750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24750; }

 p { color: rgb(178,71,80); }

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

background-color css

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

 a { background-color: rgb(178,71,80); }

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

border-color css

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

 span { border-color: rgb(178,71,80); }

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