Html Css Color HEX #B2535D Hippie Pink

📋 copy color: '#B2535D'

red 178 ◦ green 83 ◦ blue 93

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

Shades of Hippie Pink #B2535D

Tints of Hippie Pink #B2535D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 50.28%
G = 23.45%
B = 26.27%

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

#B2535D (or 0xB2535D) is known color: Hippie Pink. HEX triplet: B2, 53 and 5D. RGB value is (178,83,93). Sum of RGB (Red+Green+Blue) = 178+83+93=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2535D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2535D is #4DACA2. Grayscale: #707070. Windows color (decimal): -5090467 or 6116274. OLE color: 6116274.

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

Color convert

RGB 178 83 93 -
CMYK 0 0.53 0.48 0.30
HSL 353.68º 0.38% 0.51% -
HSV(B) 353.68º 0.53% 0.7% -
XYZ 23.43 16.44 12.29 -
YUV 112.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 178 83 93 0 0.53 0.48 0.30 353.68 0.38 0.51
Hex B2 53 5D 0 35 30 1E 162 26 33
Octal 262 123 135 0 65 60 36 542 46 63
Binary 10110010 1010011 1011101 0 110101 110000 11110 101100010 100110 110011

Color Harmonies of #B2535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2535D

Black with #B2535D

Text Example


Text Example

White with #B2535D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2535D; }

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

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

background-color css

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

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

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

border-color css

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

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

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