Html Css Color HEX #B35458 Hippie Pink

📋 copy color: '#B35458'

red 179 ◦ green 84 ◦ blue 88

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

Shades of Hippie Pink #B35458

Tints of Hippie Pink #B35458

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

 BLUE value IS 88 (34.77% from 255) = 25.07%

R = 51%
G = 23.93%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.51

 K value IS 0.30

RGB Variations

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

Color information

#B35458 (or 0xB35458) is known color: Hippie Pink. HEX triplet: B3, 54 and 58. RGB value is (179,84,88). Sum of RGB (Red+Green+Blue) = 179+84+88=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B35458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35458 is #4CABA7. Grayscale: #707070. Windows color (decimal): -5024680 or 5788851. OLE color: 5788851.

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

Color convert

RGB 179 84 88 -
CMYK 0 0.53 0.51 0.30
HSL 357.47º 0.38% 0.52% -
HSV(B) 357.47º 0.53% 0.7% -
XYZ 23.52 16.63 11.2 -
YUV 112.86 113.97 175.17 -
System Red Green Blue C M Y K H S L
Decimal 179 84 88 0 0.53 0.51 0.30 357.47 0.38 0.52
Hex B3 54 58 0 35 33 1E 165 26 34
Octal 263 124 130 0 65 63 36 545 46 64
Binary 10110011 1010100 1011000 0 110101 110011 11110 101100101 100110 110100

Color Harmonies of #B35458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35458

Black with #B35458

Text Example


Text Example

White with #B35458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35458; }

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

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

background-color css

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

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

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

border-color css

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

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

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