Html Css Color HEX #B3585B Hippie Pink

📋 copy color: '#B3585B'

red 179 ◦ green 88 ◦ blue 91

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

Shades of Hippie Pink #B3585B

Tints of Hippie Pink #B3585B

RGB

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

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

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

R = 50%
G = 24.58%
B = 25.42%

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

#B3585B (or 0xB3585B) is known color: Hippie Pink. HEX triplet: B3, 58 and 5B. RGB value is (179,88,91). Sum of RGB (Red+Green+Blue) = 179+88+91=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B3585B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3585B is #4CA7A4. Grayscale: #737373. Windows color (decimal): -5023653 or 5986483. OLE color: 5986483.

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

Color convert

RGB 179 88 91 -
CMYK 0 0.51 0.49 0.30
HSL 358.02º 0.37% 0.52% -
HSV(B) 358.02º 0.51% 0.7% -
XYZ 23.97 17.32 11.98 -
YUV 115.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 179 88 91 0 0.51 0.49 0.30 358.02 0.37 0.52
Hex B3 58 5B 0 33 31 1E 166 25 34
Octal 263 130 133 0 63 61 36 546 45 64
Binary 10110011 1011000 1011011 0 110011 110001 11110 101100110 100101 110100

Color Harmonies of #B3585B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3585B

Black with #B3585B

Text Example


Text Example

White with #B3585B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3585B; }

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

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

background-color css

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

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

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

border-color css

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

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

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