Html Css Color HEX #B2485C Hippie Pink

📋 copy color: '#B2485C'

red 178 ◦ green 72 ◦ blue 92

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

Shades of Hippie Pink #B2485C

Tints of Hippie Pink #B2485C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.9%

R = 52.05%
G = 21.05%
B = 26.9%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2485C (or 0xB2485C) is known color: Hippie Pink. HEX triplet: B2, 48 and 5C. RGB value is (178,72,92). Sum of RGB (Red+Green+Blue) = 178+72+92=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 72 (28.52% from 255 or 21.05% from 342); Blue value is 92 (36.33% from 255 or 26.90% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2485C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2485C is #4DB7A3. Grayscale: #6A6A6A. Windows color (decimal): -5093284 or 6047922. OLE color: 6047922.

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

Color convert

RGB 178 72 92 -
CMYK 0 0.60 0.48 0.30
HSL 348.68º 0.42% 0.49% -
HSV(B) 348.68º 0.6% 0.7% -
XYZ 22.61 14.87 11.8 -
YUV 105.97 120.12 179.37 -
System Red Green Blue C M Y K H S L
Decimal 178 72 92 0 0.60 0.48 0.30 348.68 0.42 0.49
Hex B2 48 5C 0 3C 30 1E 15D 2A 31
Octal 262 110 134 0 74 60 36 535 52 61
Binary 10110010 1001000 1011100 0 111100 110000 11110 101011101 101010 110001

Color Harmonies of #B2485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2485C

Black with #B2485C

Text Example


Text Example

White with #B2485C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2485C; }

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

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

background-color css

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

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

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

border-color css

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

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

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