Html Css Color HEX #B3414D Hippie Pink

📋 copy color: '#B3414D'

red 179 ◦ green 65 ◦ blue 77

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

Shades of Hippie Pink #B3414D

Tints of Hippie Pink #B3414D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.25%

 BLUE value IS 77 (30.47% from 255) = 23.99%

R = 55.76%
G = 20.25%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B3414D (or 0xB3414D) is known color: Hippie Pink. HEX triplet: B3, 41 and 4D. RGB value is (179,65,77). Sum of RGB (Red+Green+Blue) = 179+65+77=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B3414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3414D is #4CBEB2. Grayscale: #646464. Windows color (decimal): -5029555 or 5063091. OLE color: 5063091.

HSL color Cylindrical-coordinate representation of color #B3414D: hue angle of 353.68º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B3414D is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 65 77 -
CMYK 0 0.64 0.57 0.30
HSL 353.68º 0.47% 0.48% -
HSV(B) 353.68º 0.64% 0.7% -
XYZ 21.82 13.9 8.55 -
YUV 100.45 114.77 184.02 -
System Red Green Blue C M Y K H S L
Decimal 179 65 77 0 0.64 0.57 0.30 353.68 0.47 0.48
Hex B3 41 4D 0 40 39 1E 162 2F 30
Octal 263 101 115 0 100 71 36 542 57 60
Binary 10110011 1000001 1001101 0 1000000 111001 11110 101100010 101111 110000

Color Harmonies of #B3414D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3414D

Black with #B3414D

Text Example


Text Example

White with #B3414D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3414D; }

 p { color: rgb(179,65,77); }

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

background-color css

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

 a { background-color: rgb(179,65,77); }

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

border-color css

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

 span { border-color: rgb(179,65,77); }

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