Html Css Color HEX #B2585A Hippie Pink

📋 copy color: '#B2585A'

red 178 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #B2585A

Tints of Hippie Pink #B2585A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.72%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 50%
G = 24.72%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2585A (or 0xB2585A) is known color: Hippie Pink. HEX triplet: B2, 58 and 5A. RGB value is (178,88,90). Sum of RGB (Red+Green+Blue) = 178+88+90=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 88 (34.77% from 255 or 24.72% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B2585A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2585A is #4DA7A5. Grayscale: #737373. Windows color (decimal): -5089190 or 5920946. OLE color: 5920946.

HSL color Cylindrical-coordinate representation of color #B2585A: hue angle of 358.67º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B2585A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 88 90 -
CMYK 0 0.51 0.49 0.30
HSL 358.67º 0.37% 0.52% -
HSV(B) 358.67º 0.51% 0.7% -
XYZ 23.7 17.18 11.74 -
YUV 115.14 113.82 172.84 -
System Red Green Blue C M Y K H S L
Decimal 178 88 90 0 0.51 0.49 0.30 358.67 0.37 0.52
Hex B2 58 5A 0 33 31 1E 167 25 34
Octal 262 130 132 0 63 61 36 547 45 64
Binary 10110010 1011000 1011010 0 110011 110001 11110 101100111 100101 110100

Color Harmonies of #B2585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2585A

Black with #B2585A

Text Example


Text Example

White with #B2585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2585A; }

 p { color: rgb(178,88,90); }

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

background-color css

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

 a { background-color: rgb(178,88,90); }

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

border-color css

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

 span { border-color: rgb(178,88,90); }

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