Html Css Color HEX #B3414B Hippie Pink

📋 copy color: '#B3414B'

red 179 ◦ green 65 ◦ blue 75

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

Shades of Hippie Pink #B3414B

Tints of Hippie Pink #B3414B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 56.11%
G = 20.38%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B3414B (or 0xB3414B) is known color: Hippie Pink. HEX triplet: B3, 41 and 4B. RGB value is (179,65,75). Sum of RGB (Red+Green+Blue) = 179+65+75=319 (42% of max value = 765). Red value is 179 (70.31% from 255 or 56.11% from 319); Green value is 65 (25.78% from 255 or 20.38% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 179 - color contains mainly: red. Hex color #B3414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B3414B is #4CBEB4. Grayscale: #646464. Windows color (decimal): -5029557 or 4932019. OLE color: 4932019.

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

Color convert

RGB 179 65 75 -
CMYK 0 0.64 0.58 0.30
HSL 354.74º 0.47% 0.48% -
HSV(B) 354.74º 0.64% 0.7% -
XYZ 21.75 13.87 8.19 -
YUV 100.23 113.77 184.19 -
System Red Green Blue C M Y K H S L
Decimal 179 65 75 0 0.64 0.58 0.30 354.74 0.47 0.48
Hex B3 41 4B 0 40 3A 1E 163 2F 30
Octal 263 101 113 0 100 72 36 543 57 60
Binary 10110011 1000001 1001011 0 1000000 111010 11110 101100011 101111 110000

Color Harmonies of #B3414B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3414B

Black with #B3414B

Text Example


Text Example

White with #B3414B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3414B; }

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

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

background-color css

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

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

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

border-color css

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

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

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