Html Css Color HEX #B1435D Hippie Pink

📋 copy color: '#B1435D'

red 177 ◦ green 67 ◦ blue 93

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

Shades of Hippie Pink #B1435D

Tints of Hippie Pink #B1435D

RGB

 RED value IS 177 (69.53% from 255) = 52.52%

 GREEN value IS 67 (26.56% from 255) = 19.88%

 BLUE value IS 93 (36.72% from 255) = 27.6%

R = 52.52%
G = 19.88%
B = 27.6%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1435D (or 0xB1435D) is known color: Hippie Pink. HEX triplet: B1, 43 and 5D. RGB value is (177,67,93). Sum of RGB (Red+Green+Blue) = 177+67+93=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 93 (36.72% from 255 or 27.60% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1435D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1435D is #4EBCA2. Grayscale: #666666. Windows color (decimal): -5160099 or 6112177. OLE color: 6112177.

HSL color Cylindrical-coordinate representation of color #B1435D: hue angle of 345.82º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B1435D is Cyan = 0, Magento = 0.62, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 67 93 -
CMYK 0 0.62 0.47 0.31
HSL 345.82º 0.45% 0.48% -
HSV(B) 345.82º 0.62% 0.69% -
XYZ 22.11 14.15 11.92 -
YUV 102.85 122.44 180.89 -
System Red Green Blue C M Y K H S L
Decimal 177 67 93 0 0.62 0.47 0.31 345.82 0.45 0.48
Hex B1 43 5D 0 3E 2F 1F 15A 2D 30
Octal 261 103 135 0 76 57 37 532 55 60
Binary 10110001 1000011 1011101 0 111110 101111 11111 101011010 101101 110000

Color Harmonies of #B1435D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1435D

Black with #B1435D

Text Example


Text Example

White with #B1435D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1435D; }

 p { color: rgb(177,67,93); }

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

background-color css

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

 a { background-color: rgb(177,67,93); }

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

border-color css

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

 span { border-color: rgb(177,67,93); }

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