Html Css Color HEX #B2535B Hippie Pink

📋 copy color: '#B2535B'

red 178 ◦ green 83 ◦ blue 91

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

Shades of Hippie Pink #B2535B

Tints of Hippie Pink #B2535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 25.85%

R = 50.57%
G = 23.58%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2535B (or 0xB2535B) is known color: Hippie Pink. HEX triplet: B2, 53 and 5B. RGB value is (178,83,91). Sum of RGB (Red+Green+Blue) = 178+83+91=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 91 (35.94% from 255 or 25.85% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2535B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2535B is #4DACA4. Grayscale: #707070. Windows color (decimal): -5090469 or 5985202. OLE color: 5985202.

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

Color convert

RGB 178 83 91 -
CMYK 0 0.53 0.49 0.30
HSL 354.95º 0.38% 0.51% -
HSV(B) 354.95º 0.53% 0.7% -
XYZ 23.34 16.41 11.83 -
YUV 112.32 115.97 174.85 -
System Red Green Blue C M Y K H S L
Decimal 178 83 91 0 0.53 0.49 0.30 354.95 0.38 0.51
Hex B2 53 5B 0 35 31 1E 163 26 33
Octal 262 123 133 0 65 61 36 543 46 63
Binary 10110010 1010011 1011011 0 110101 110001 11110 101100011 100110 110011

Color Harmonies of #B2535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2535B

Black with #B2535B

Text Example


Text Example

White with #B2535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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