Html Css Color HEX #B3585A Hippie Pink

📋 copy color: '#B3585A'

red 179 ◦ green 88 ◦ blue 90

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

Shades of Hippie Pink #B3585A

Tints of Hippie Pink #B3585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.21%

R = 50.14%
G = 24.65%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3585A (or 0xB3585A) is known color: Hippie Pink. HEX triplet: B3, 58 and 5A. RGB value is (179,88,90). Sum of RGB (Red+Green+Blue) = 179+88+90=357 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.14% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 179 - color contains mainly: red. Hex color #B3585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3585A is #4CA7A5. Grayscale: #737373. Windows color (decimal): -5023654 or 5920947. OLE color: 5920947.

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

Color convert

RGB 179 88 90 -
CMYK 0 0.51 0.50 0.30
HSL 358.68º 0.37% 0.52% -
HSV(B) 358.68º 0.51% 0.7% -
XYZ 23.93 17.3 11.75 -
YUV 115.44 113.65 173.34 -
System Red Green Blue C M Y K H S L
Decimal 179 88 90 0 0.51 0.50 0.30 358.68 0.37 0.52
Hex B3 58 5A 0 33 32 1E 167 25 34
Octal 263 130 132 0 63 62 36 547 45 64
Binary 10110011 1011000 1011010 0 110011 110010 11110 101100111 100101 110100

Color Harmonies of #B3585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3585A

Black with #B3585A

Text Example


Text Example

White with #B3585A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3585A; }

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

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

background-color css

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

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

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

border-color css

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

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

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