Html Css Color HEX #B2535C Hippie Pink

📋 copy color: '#B2535C'

red 178 ◦ green 83 ◦ blue 92

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

Shades of Hippie Pink #B2535C

Tints of Hippie Pink #B2535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.51%

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

R = 50.42%
G = 23.51%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2535C (or 0xB2535C) is known color: Hippie Pink. HEX triplet: B2, 53 and 5C. RGB value is (178,83,92). Sum of RGB (Red+Green+Blue) = 178+83+92=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2535C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2535C is #4DACA3. Grayscale: #707070. Windows color (decimal): -5090468 or 6050738. OLE color: 6050738.

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

Color convert

RGB 178 83 92 -
CMYK 0 0.53 0.48 0.30
HSL 354.32º 0.38% 0.51% -
HSV(B) 354.32º 0.53% 0.7% -
XYZ 23.39 16.42 12.06 -
YUV 112.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 178 83 92 0 0.53 0.48 0.30 354.32 0.38 0.51
Hex B2 53 5C 0 35 30 1E 162 26 33
Octal 262 123 134 0 65 60 36 542 46 63
Binary 10110010 1010011 1011100 0 110101 110000 11110 101100010 100110 110011

Color Harmonies of #B2535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2535C

Black with #B2535C

Text Example


Text Example

White with #B2535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2535C; }

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

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

background-color css

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

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

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

border-color css

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

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

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