Html Css Color HEX #B3535B Hippie Pink

📋 copy color: '#B3535B'

red 179 ◦ green 83 ◦ blue 91

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

Shades of Hippie Pink #B3535B

Tints of Hippie Pink #B3535B

RGB

 RED value IS 179 (70.31% from 255) = 50.71%

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

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

R = 50.71%
G = 23.51%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3535B (or 0xB3535B) is known color: Hippie Pink. HEX triplet: B3, 53 and 5B. RGB value is (179,83,91). Sum of RGB (Red+Green+Blue) = 179+83+91=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B3535B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3535B is #4CACA4. Grayscale: #707070. Windows color (decimal): -5024933 or 5985203. OLE color: 5985203.

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

Color convert

RGB 179 83 91 -
CMYK 0 0.54 0.49 0.30
HSL 355º 0.39% 0.51% -
HSV(B) 355º 0.54% 0.7% -
XYZ 23.57 16.53 11.84 -
YUV 112.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 179 83 91 0 0.54 0.49 0.30 355 0.39 0.51
Hex B3 53 5B 0 36 31 1E 163 27 33
Octal 263 123 133 0 66 61 36 543 47 63
Binary 10110011 1010011 1011011 0 110110 110001 11110 101100011 100111 110011

Color Harmonies of #B3535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3535B

Black with #B3535B

Text Example


Text Example

White with #B3535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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