Html Css Color HEX #B2485B Hippie Pink

📋 copy color: '#B2485B'

red 178 ◦ green 72 ◦ blue 91

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

Shades of Hippie Pink #B2485B

Tints of Hippie Pink #B2485B

RGB

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

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

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

R = 52.2%
G = 21.11%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2485B (or 0xB2485B) is known color: Hippie Pink. HEX triplet: B2, 48 and 5B. RGB value is (178,72,91). Sum of RGB (Red+Green+Blue) = 178+72+91=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 72 (28.52% from 255 or 21.11% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2485B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2485B is #4DB7A4. Grayscale: #696969. Windows color (decimal): -5093285 or 5982386. OLE color: 5982386.

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

Color convert

RGB 178 72 91 -
CMYK 0 0.60 0.49 0.30
HSL 349.25º 0.42% 0.49% -
HSV(B) 349.25º 0.6% 0.7% -
XYZ 22.57 14.86 11.58 -
YUV 105.86 119.62 179.46 -
System Red Green Blue C M Y K H S L
Decimal 178 72 91 0 0.60 0.49 0.30 349.25 0.42 0.49
Hex B2 48 5B 0 3C 31 1E 15D 2A 31
Octal 262 110 133 0 74 61 36 535 52 61
Binary 10110010 1001000 1011011 0 111100 110001 11110 101011101 101010 110001

Color Harmonies of #B2485B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2485B

Black with #B2485B

Text Example


Text Example

White with #B2485B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2485B; }

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

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

background-color css

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

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

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

border-color css

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

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

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