Html Css Color HEX #B2485E Hippie Pink

📋 copy color: '#B2485E'

red 178 ◦ green 72 ◦ blue 94

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

Shades of Hippie Pink #B2485E

Tints of Hippie Pink #B2485E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.33%

R = 51.74%
G = 20.93%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2485E (or 0xB2485E) is known color: Hippie Pink. HEX triplet: B2, 48 and 5E. RGB value is (178,72,94). Sum of RGB (Red+Green+Blue) = 178+72+94=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2485E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2485E is #4DB7A1. Grayscale: #6A6A6A. Windows color (decimal): -5093282 or 6178994. OLE color: 6178994.

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

Color convert

RGB 178 72 94 -
CMYK 0 0.60 0.47 0.30
HSL 347.55º 0.42% 0.49% -
HSV(B) 347.55º 0.6% 0.7% -
XYZ 22.7 14.91 12.27 -
YUV 106.2 121.12 179.21 -
System Red Green Blue C M Y K H S L
Decimal 178 72 94 0 0.60 0.47 0.30 347.55 0.42 0.49
Hex B2 48 5E 0 3C 2F 1E 15C 2A 31
Octal 262 110 136 0 74 57 36 534 52 61
Binary 10110010 1001000 1011110 0 111100 101111 11110 101011100 101010 110001

Color Harmonies of #B2485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2485E

Black with #B2485E

Text Example


Text Example

White with #B2485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2485E; }

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

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

background-color css

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

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

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

border-color css

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

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

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