Html Css Color HEX #B2484D Hippie Pink

📋 copy color: '#B2484D'

red 178 ◦ green 72 ◦ blue 77

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

Shades of Hippie Pink #B2484D

Tints of Hippie Pink #B2484D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.02%

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 54.43%
G = 22.02%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2484D (or 0xB2484D) is known color: Hippie Pink. HEX triplet: B2, 48 and 4D. RGB value is (178,72,77). Sum of RGB (Red+Green+Blue) = 178+72+77=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2484D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2484D is #4DB7B2. Grayscale: #686868. Windows color (decimal): -5093299 or 5064882. OLE color: 5064882.

HSL color Cylindrical-coordinate representation of color #B2484D: hue angle of 357.17º degrees, saturation: 0.42, 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 #B2484D is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 72 77 -
CMYK 0 0.60 0.57 0.30
HSL 357.17º 0.42% 0.49% -
HSV(B) 357.17º 0.6% 0.7% -
XYZ 22.02 14.64 8.69 -
YUV 104.26 112.62 180.59 -
System Red Green Blue C M Y K H S L
Decimal 178 72 77 0 0.60 0.57 0.30 357.17 0.42 0.49
Hex B2 48 4D 0 3C 39 1E 165 2A 31
Octal 262 110 115 0 74 71 36 545 52 61
Binary 10110010 1001000 1001101 0 111100 111001 11110 101100101 101010 110001

Color Harmonies of #B2484D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2484D

Black with #B2484D

Text Example


Text Example

White with #B2484D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2484D; }

 p { color: rgb(178,72,77); }

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

background-color css

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

 a { background-color: rgb(178,72,77); }

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

border-color css

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

 span { border-color: rgb(178,72,77); }

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